Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
| 1 |
---
|
| 2 |
license: cc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: cc
|
| 3 |
+
dataset_info:
|
| 4 |
+
features:
|
| 5 |
+
- name: filename
|
| 6 |
+
dtype: string
|
| 7 |
+
- name: fold
|
| 8 |
+
dtype: int64
|
| 9 |
+
- name: target
|
| 10 |
+
dtype: int64
|
| 11 |
+
- name: category
|
| 12 |
+
dtype: string
|
| 13 |
+
- name: esc10
|
| 14 |
+
dtype: bool
|
| 15 |
+
- name: src_file
|
| 16 |
+
dtype: int64
|
| 17 |
+
- name: take
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: audio
|
| 20 |
+
struct:
|
| 21 |
+
- name: bytes
|
| 22 |
+
dtype: binary
|
| 23 |
+
- name: path
|
| 24 |
+
dtype: string
|
| 25 |
+
splits:
|
| 26 |
+
- name: train
|
| 27 |
+
num_bytes: 882229586
|
| 28 |
+
num_examples: 2000
|
| 29 |
+
download_size: 773323386
|
| 30 |
+
dataset_size: 882229586
|
| 31 |
---
|