Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,33 +1,12 @@
|
|
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
|
@@ -35,7 +14,8 @@ dataset_info:
|
|
35 |
This dataset was created to document how to create an audio dataset and upload
|
36 |
it to HuggingFace [see GitHub repo](https://github.com/guynich/test_hf_dataset).
|
37 |
|
38 |
-
|
|
|
39 |
> * contents of the dataset
|
40 |
> * context for how the dataset should be used, e.g.: `datasets` package
|
41 |
> * existing dataset cards, such as the ELI5 dataset card, show common conventions
|
|
|
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
|
|
|
14 |
This dataset was created to document how to create an audio dataset and upload
|
15 |
it to HuggingFace [see GitHub repo](https://github.com/guynich/test_hf_dataset).
|
16 |
|
17 |
+
Next step: add more documentation.
|
18 |
+
|
19 |
> * contents of the dataset
|
20 |
> * context for how the dataset should be used, e.g.: `datasets` package
|
21 |
> * existing dataset cards, such as the ELI5 dataset card, show common conventions
|