add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -19,6 +19,16 @@ task_categories:
|
|
| 19 |
task_ids:
|
| 20 |
- language-modeling
|
| 21 |
paperswithcode_id: null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
# Dataset Card for "librispeech_lm"
|
|
@@ -170,4 +180,4 @@ The data fields are the same among all splits.
|
|
| 170 |
|
| 171 |
### Contributions
|
| 172 |
|
| 173 |
-
Thanks to [@lewtun](https://github.com/lewtun), [@jplu](https://github.com/jplu), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
|
|
|
|
| 19 |
task_ids:
|
| 20 |
- language-modeling
|
| 21 |
paperswithcode_id: null
|
| 22 |
+
dataset_info:
|
| 23 |
+
features:
|
| 24 |
+
- name: text
|
| 25 |
+
dtype: string
|
| 26 |
+
splits:
|
| 27 |
+
- name: train
|
| 28 |
+
num_bytes: 4418577129
|
| 29 |
+
num_examples: 40418260
|
| 30 |
+
download_size: 1507274412
|
| 31 |
+
dataset_size: 4418577129
|
| 32 |
---
|
| 33 |
|
| 34 |
# Dataset Card for "librispeech_lm"
|
|
|
|
| 180 |
|
| 181 |
### Contributions
|
| 182 |
|
| 183 |
+
Thanks to [@lewtun](https://github.com/lewtun), [@jplu](https://github.com/jplu), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
|