Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -28,10 +28,31 @@ train-eval-index:
|
|
| 28 |
file: path
|
| 29 |
text: text
|
| 30 |
metrics:
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
---
|
| 36 |
|
| 37 |
# Dataset Card for lj_speech
|
|
@@ -239,4 +260,4 @@ Public Domain ([LibriVox](https://librivox.org/pages/public-domain/))
|
|
| 239 |
|
| 240 |
### Contributions
|
| 241 |
|
| 242 |
-
Thanks to [@anton-l](https://github.com/anton-l) for adding this dataset.
|
|
|
|
| 28 |
file: path
|
| 29 |
text: text
|
| 30 |
metrics:
|
| 31 |
+
- type: wer
|
| 32 |
+
name: WER
|
| 33 |
+
- type: cer
|
| 34 |
+
name: CER
|
| 35 |
+
dataset_info:
|
| 36 |
+
features:
|
| 37 |
+
- name: id
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: audio
|
| 40 |
+
dtype:
|
| 41 |
+
audio:
|
| 42 |
+
sampling_rate: 22050
|
| 43 |
+
- name: file
|
| 44 |
+
dtype: string
|
| 45 |
+
- name: text
|
| 46 |
+
dtype: string
|
| 47 |
+
- name: normalized_text
|
| 48 |
+
dtype: string
|
| 49 |
+
config_name: main
|
| 50 |
+
splits:
|
| 51 |
+
- name: train
|
| 52 |
+
num_bytes: 4667022
|
| 53 |
+
num_examples: 13100
|
| 54 |
+
download_size: 2748572632
|
| 55 |
+
dataset_size: 4667022
|
| 56 |
---
|
| 57 |
|
| 58 |
# Dataset Card for lj_speech
|
|
|
|
| 260 |
|
| 261 |
### Contributions
|
| 262 |
|
| 263 |
+
Thanks to [@anton-l](https://github.com/anton-l) for adding this dataset.
|