firstap commited on
Commit
b339c86
·
verified ·
1 Parent(s): f3306e1

Rename dusha_emotion_audio.py to audio_s2.py

Browse files
dusha_emotion_audio.py → audio_s2.py RENAMED
@@ -11,10 +11,10 @@ The corpus contains approximately 350 hours of data. Four basic emotions that us
11
 
12
  _HOMEPAGE = ""
13
 
14
- _DATA_URL_TRAIN = "https://huggingface.co/datasets/firstap/dusha_emotion_audio/resolve/main/data/train.tar.gz"
15
- _DATA_URL_TEST = "https://huggingface.co/datasets/firstap/dusha_emotion_audio/resolve/main/data/test.tar.gz"
16
- _METADATA_URL_TRAIN = "https://huggingface.co/datasets/firstap/dusha_emotion_audio/resolve/main/data/train.csv"
17
- _METADATA_URL_TEST = "https://huggingface.co/datasets/firstap/dusha_emotion_audio/resolve/main/data/test.csv"
18
 
19
 
20
  class Dusha(datasets.GeneratorBasedBuilder):
 
11
 
12
  _HOMEPAGE = ""
13
 
14
+ _DATA_URL_TRAIN = "https://huggingface.co/datasets/firstap/audio_s2/resolve/main/data/train.tar.xz"
15
+ _DATA_URL_TEST = "https://huggingface.co/datasets/firstap/audio_s2/resolve/main/data/test.tar.xz"
16
+ _METADATA_URL_TRAIN = "https://huggingface.co/datasets/firstap/audio_s2/resolve/main/data/train.csv"
17
+ _METADATA_URL_TEST = "https://huggingface.co/datasets/firstap/audio_s2/resolve/main/data/test.csv"
18
 
19
 
20
  class Dusha(datasets.GeneratorBasedBuilder):