Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,23 +1,19 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
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
|