yoom618 commited on
Commit
ae1c8f4
·
verified ·
1 Parent(s): e564b1f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -13
README.md CHANGED
@@ -13,17 +13,6 @@ size_categories:
13
  - I made it for personal use, so the code might not be pefect.
14
 
15
 
16
- ### Citation Information
17
-
18
- ```
19
- @article{meister2023librispeechpc,
20
- title={LibriSpeech-PC: Benchmark for Evaluation of Punctuation and Capitalization Capabilities of end-to-end ASR Models},
21
- author={A. Meister and M. Novikov and N. Karpov and E. Bakhturina and V. Lavrukhin and B. Ginsburg},
22
- journal={arXiv preprint arXiv:2310.02943},
23
- year={2023},
24
- }
25
- ```
26
-
27
 
28
  ### How to Use
29
 
@@ -34,8 +23,6 @@ size_categories:
34
  - `text`, `text_raw` : the trascripts from Librispeech-PC
35
 
36
 
37
-
38
-
39
  ```python
40
  from datasets import load_dataset
41
  from pprint import pprint
@@ -68,6 +55,7 @@ pprint(libripc['train.clean.100'][0]['audio'])
68
  ```
69
 
70
 
 
71
  ### The number of samples in Librispeech-PC
72
 
73
  - train
@@ -83,3 +71,16 @@ pprint(libripc['train.clean.100'][0]['audio'])
83
 
84
 
85
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  - I made it for personal use, so the code might not be pefect.
14
 
15
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  ### How to Use
18
 
 
23
  - `text`, `text_raw` : the trascripts from Librispeech-PC
24
 
25
 
 
 
26
  ```python
27
  from datasets import load_dataset
28
  from pprint import pprint
 
55
  ```
56
 
57
 
58
+
59
  ### The number of samples in Librispeech-PC
60
 
61
  - train
 
71
 
72
 
73
 
74
+ ### Citation Information
75
+
76
+ ```
77
+ @article{meister2023librispeechpc,
78
+ title={LibriSpeech-PC: Benchmark for Evaluation of Punctuation and Capitalization Capabilities of end-to-end ASR Models},
79
+ author={A. Meister and M. Novikov and N. Karpov and E. Bakhturina and V. Lavrukhin and B. Ginsburg},
80
+ journal={arXiv preprint arXiv:2310.02943},
81
+ year={2023},
82
+ }
83
+ ```
84
+
85
+
86
+