Commit
·
99a5c19
1
Parent(s):
f3a38f7
changed urls
Browse files
dusha.py
CHANGED
|
@@ -12,8 +12,8 @@ The corpus contains approximately 350 hours of data. Four basic emotions that us
|
|
| 12 |
|
| 13 |
_HOMEPAGE = "https://github.com/salute-developers/golos/tree/master/dusha#dusha-dataset"
|
| 14 |
|
| 15 |
-
_DATA_URL = "https://huggingface.co/datasets/KELONMYOSA/dusha_emotion_audio/resolve/main/data.zip"
|
| 16 |
-
_METADATA_URL = "https://huggingface.co/datasets/KELONMYOSA/dusha_emotion_audio/resolve/main/data.csv"
|
| 17 |
|
| 18 |
|
| 19 |
class DushaConfig(datasets.BuilderConfig):
|
|
|
|
| 12 |
|
| 13 |
_HOMEPAGE = "https://github.com/salute-developers/golos/tree/master/dusha#dusha-dataset"
|
| 14 |
|
| 15 |
+
_DATA_URL = "https://huggingface.co/datasets/KELONMYOSA/dusha_emotion_audio/resolve/main/data/data.zip"
|
| 16 |
+
_METADATA_URL = "https://huggingface.co/datasets/KELONMYOSA/dusha_emotion_audio/resolve/main/data/labels.csv"
|
| 17 |
|
| 18 |
|
| 19 |
class DushaConfig(datasets.BuilderConfig):
|