guynich commited on
Commit
facabff
·
verified ·
1 Parent(s): cd85ba8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -21
README.md CHANGED
@@ -1,23 +1,19 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: audio
5
- dtype:
6
- audio:
7
- sampling_rate: 16000
8
- - name: text
9
- dtype: string
10
- - name: time_secs
11
- dtype: float64
12
- splits:
13
- - name: test
14
- num_bytes: 230118.0
15
- num_examples: 1
16
- download_size: 219281
17
- dataset_size: 230118.0
18
- configs:
19
- - config_name: default
20
- data_files:
21
- - split: test
22
- path: data/test-*
23
  ---
 
 
 
 
 
 
 
 
 
 
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 learn how to create an audio dataset and upload it
15
+ to HuggingFace. It is made for use with Python `datasets` package.
16
+
17
+ TODO: add more documentation.
18
+ * contents of the dataset
19
+ * context for how the dataset should be used