Datasets:
Formats:
soundfolder
Languages:
English
Size:
1K - 10K
Tags:
shouts
emotional_speech
distance_speech
smartphone_recordings
nonsense_phrases
non-native_accents
License:
Update README.md
Browse files
README.md
CHANGED
@@ -51,11 +51,11 @@ configs:
|
|
51 |
drop_labels: true
|
52 |
data_files:
|
53 |
- split: train
|
54 |
-
path: "
|
55 |
- split: test
|
56 |
-
path: "
|
57 |
- split: validation
|
58 |
-
path: "
|
59 |
---
|
60 |
|
61 |
|
|
|
51 |
drop_labels: true
|
52 |
data_files:
|
53 |
- split: train
|
54 |
+
path: "berst_data/train/*"
|
55 |
- split: test
|
56 |
+
path: "berst_data/test/*"
|
57 |
- split: validation
|
58 |
+
path: "berst_data/validation/*"
|
59 |
---
|
60 |
|
61 |
|