Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -28,6 +28,22 @@ train-eval-index:
|
|
28 |
eval_split: test
|
29 |
task: token-classification
|
30 |
task_id: entity_extraction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
---
|
32 |
|
33 |
# Dataset Card for [Dataset Name]
|
@@ -151,4 +167,4 @@ train-eval-index:
|
|
151 |
|
152 |
### Contributions
|
153 |
|
154 |
-
Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.
|
|
|
28 |
eval_split: test
|
29 |
task: token-classification
|
30 |
task_id: entity_extraction
|
31 |
+
dataset_info:
|
32 |
+
features:
|
33 |
+
- name: audio
|
34 |
+
dtype:
|
35 |
+
audio:
|
36 |
+
sampling_rate: 16000
|
37 |
+
- name: sentence
|
38 |
+
dtype: string
|
39 |
+
- name: accent
|
40 |
+
dtype: string
|
41 |
+
splits:
|
42 |
+
- name: test
|
43 |
+
num_bytes: 710805761.334
|
44 |
+
num_examples: 16354
|
45 |
+
download_size: 701898414
|
46 |
+
dataset_size: 710805761.334
|
47 |
---
|
48 |
|
49 |
# Dataset Card for [Dataset Name]
|
|
|
167 |
|
168 |
### Contributions
|
169 |
|
170 |
+
Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.
|