Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,40 +1,21 @@
|
|
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 |
-
configs:
|
11 |
-
- config_name: default
|
12 |
-
data_files:
|
13 |
-
- split: test
|
14 |
-
path: data/test-*
|
15 |
-
dataset_info:
|
16 |
-
features:
|
17 |
-
- name: audio
|
18 |
-
dtype:
|
19 |
-
audio:
|
20 |
-
sampling_rate: 16000
|
21 |
-
- name: text
|
22 |
-
dtype: string
|
23 |
-
- name: time_secs
|
24 |
-
dtype: float64
|
25 |
-
splits:
|
26 |
-
- name: test
|
27 |
-
num_bytes: 230118.0
|
28 |
-
num_examples: 1
|
29 |
-
download_size: 219281
|
30 |
-
dataset_size: 230118.0
|
31 |
---
|
32 |
|
33 |
# test_hf_dataset
|
34 |
|
35 |
-
This dataset was created to
|
36 |
-
to HuggingFace. It is
|
37 |
|
38 |
-
|
39 |
-
|
40 |
-
*
|
|
|
|
|
|
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 |
---
|
11 |
|
12 |
# test_hf_dataset
|
13 |
|
14 |
+
This dataset was created to document how to create an audio dataset and upload
|
15 |
+
it to HuggingFace. It is can be loaded by Python `datasets` package.
|
16 |
|
17 |
+
|
18 |
+
> **_TODO_**: add more documentation.
|
19 |
+
> * contents of the dataset
|
20 |
+
> * context for how the dataset should be used
|
21 |
+
> * existing dataset cards, such as the ELI5 dataset card, show common conventions
|