Datasets:
Commit ·
d97dffb
1
Parent(s): 0eceef3
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -22,18 +22,20 @@ dataset_info:
|
|
| 22 |
dtype: bool
|
| 23 |
- name: youtube_id
|
| 24 |
dtype: string
|
|
|
|
|
|
|
| 25 |
splits:
|
| 26 |
- name: train
|
| 27 |
-
num_bytes:
|
| 28 |
num_examples: 12
|
| 29 |
- name: validation
|
| 30 |
-
num_bytes:
|
| 31 |
num_examples: 12
|
| 32 |
- name: test
|
| 33 |
-
num_bytes:
|
| 34 |
num_examples: 12
|
| 35 |
-
download_size:
|
| 36 |
-
dataset_size:
|
| 37 |
task_categories:
|
| 38 |
- audio-classification
|
| 39 |
size_categories:
|
|
@@ -78,4 +80,4 @@ Outputs
|
|
| 78 |
```
|
| 79 |
{'file': 'bark/1_Q80fDGLRM.wav', 'audio': {'path': 'bark/1_Q80fDGLRM.wav', 'array': array([-9.15838356e-08, 6.80501699e-08, 1.97052145e-07, ...,
|
| 80 |
0.00000000e+00, 0.00000000e+00, 0.00000000e+00]), 'sampling_rate': 16000}, 'label': 0, 'is_unknown': False, 'youtube_id': '1_Q80fDGLRM'}
|
| 81 |
-
```
|
|
|
|
| 22 |
dtype: bool
|
| 23 |
- name: youtube_id
|
| 24 |
dtype: string
|
| 25 |
+
- name: youtube_url
|
| 26 |
+
dtype: string
|
| 27 |
splits:
|
| 28 |
- name: train
|
| 29 |
+
num_bytes: 8774740.0
|
| 30 |
num_examples: 12
|
| 31 |
- name: validation
|
| 32 |
+
num_bytes: 8774740.0
|
| 33 |
num_examples: 12
|
| 34 |
- name: test
|
| 35 |
+
num_bytes: 8774740.0
|
| 36 |
num_examples: 12
|
| 37 |
+
download_size: 26037015
|
| 38 |
+
dataset_size: 26324220.0
|
| 39 |
task_categories:
|
| 40 |
- audio-classification
|
| 41 |
size_categories:
|
|
|
|
| 80 |
```
|
| 81 |
{'file': 'bark/1_Q80fDGLRM.wav', 'audio': {'path': 'bark/1_Q80fDGLRM.wav', 'array': array([-9.15838356e-08, 6.80501699e-08, 1.97052145e-07, ...,
|
| 82 |
0.00000000e+00, 0.00000000e+00, 0.00000000e+00]), 'sampling_rate': 16000}, 'label': 0, 'is_unknown': False, 'youtube_id': '1_Q80fDGLRM'}
|
| 83 |
+
```
|