Upload dataset
Browse files
README.md
CHANGED
|
@@ -1,12 +1,33 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
-
pretty_name:
|
| 5 |
tags:
|
| 6 |
- speech
|
| 7 |
-
license:
|
| 8 |
task_categories:
|
| 9 |
- text-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# test_hf_dataset
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
pretty_name: test hf dataset
|
| 5 |
tags:
|
| 6 |
- speech
|
| 7 |
+
license: mit
|
| 8 |
task_categories:
|
| 9 |
- text-classification
|
| 10 |
+
dataset_info:
|
| 11 |
+
features:
|
| 12 |
+
- name: audio
|
| 13 |
+
dtype:
|
| 14 |
+
audio:
|
| 15 |
+
sampling_rate: 16000
|
| 16 |
+
- name: text
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: time_secs
|
| 19 |
+
dtype: float64
|
| 20 |
+
splits:
|
| 21 |
+
- name: test
|
| 22 |
+
num_bytes: 230118.0
|
| 23 |
+
num_examples: 1
|
| 24 |
+
download_size: 219281
|
| 25 |
+
dataset_size: 230118.0
|
| 26 |
+
configs:
|
| 27 |
+
- config_name: default
|
| 28 |
+
data_files:
|
| 29 |
+
- split: test
|
| 30 |
+
path: data/test-*
|
| 31 |
---
|
| 32 |
|
| 33 |
# test_hf_dataset
|