KELONMYOSA commited on
Commit
4a89b5f
1 Parent(s): db60cb3

changed csv name

Browse files
Files changed (2) hide show
  1. metadata.csv → data.csv +0 -0
  2. dusha.py +1 -1
metadata.csv → data.csv RENAMED
File without changes
dusha.py CHANGED
@@ -13,7 +13,7 @@ The corpus contains approximately 350 hours of data. Four basic emotions that us
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/metadata.csv"
17
 
18
 
19
  class Dusha(datasets.GeneratorBasedBuilder):
 
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 Dusha(datasets.GeneratorBasedBuilder):