Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -69,6 +69,26 @@ raw_datasets = load_dataset(
|
|
69 |
)
|
70 |
```
|
71 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
## License and Usage Restrictions
|
73 |
|
74 |
Please ensure compliance with YouTube's terms of service when using this dataset.
|
|
|
69 |
)
|
70 |
```
|
71 |
|
72 |
+
Each sample in the dataset follows the WebDataset format, which includes the following fields:
|
73 |
+
|
74 |
+
```json
|
75 |
+
{
|
76 |
+
'__key__': 'sample-000000000',
|
77 |
+
'__url__': '/path/to/20k/train/shard-00000.tar',
|
78 |
+
'wav': {
|
79 |
+
'path': 'sample-000000000.wav',
|
80 |
+
'array': array([ 0. , 0. , 0. , ..., -0.00186157,
|
81 |
+
-0.00238037, -0.00256348]),
|
82 |
+
'sampling_rate': 16000
|
83 |
+
},
|
84 |
+
'json': {
|
85 |
+
'id': 'YUJxAKoY0gRM',
|
86 |
+
'label': ['Clarinet'],
|
87 |
+
'label_id': [198]
|
88 |
+
}
|
89 |
+
}
|
90 |
+
```
|
91 |
+
|
92 |
## License and Usage Restrictions
|
93 |
|
94 |
Please ensure compliance with YouTube's terms of service when using this dataset.
|