Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,42 +1,20 @@
|
|
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
|
34 |
|
35 |
This dataset was created to document how to create an audio dataset and upload
|
36 |
-
it to HuggingFace
|
37 |
-
|
38 |
|
39 |
> **_TODO_**: add more documentation.
|
40 |
> * contents of the dataset
|
41 |
-
> * context for how the dataset should be used
|
42 |
> * 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
|
13 |
|
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 |
> **_TODO_**: add more documentation.
|
18 |
> * contents of the dataset
|
19 |
+
> * context for how the dataset should be used, e.g.: `datasets` package
|
20 |
> * existing dataset cards, such as the ELI5 dataset card, show common conventions
|