MahiA commited on
Commit
bc5cb02
·
verified ·
1 Parent(s): cf1797a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -3
README.md CHANGED
@@ -1,3 +1,30 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ Template
5
+
6
+ CREMA-D
7
+
8
+ This is an audio classification dataset for Emotion Recognition.
9
+
10
+ Classes = 6 , Split = Train-Test
11
+ Structure
12
+
13
+ audios folder contains audio files.
14
+ csv_files folder contains CSV files contains train.csv for training split and test.csv for the testing split.
15
+
16
+ Download
17
+
18
+ import os
19
+ import huggingface_hub
20
+ audio_datasets_path = "DATASET_PATH/Audio-Datasets"
21
+ if not os.path.exists(audio_datasets_path): print(f"Given {audio_datasets_path=} does not exist. Specify a valid path ending with 'Audio-Datasets' folder.")
22
+ huggingface_hub.snapshot_download(repo_id="MahiA/CREMA-D", repo_type="dataset", local_dir=os.path.join(audio_datasets_path, "CREMA-D"))
23
+
24
+ Acknowledgment
25
+
26
+ This dataset is a slightly processed/restructured version of data originally released by Source.
27
+ Please refer to the respective source for their licensing details and any additional information.
28
+ Contact
29
+
30
+ For questions or feedback, please create an issue.