DavidCombei commited on
Commit
3cc6387
1 Parent(s): 5a316c6

Update README.md

Browse files

Preprocessed MELD dataset with denoiser (ref : https://colab.research.google.com/drive/1Too3cnMpyKaLQ0vPwDw7jUx0Y3eXm2IA?usp=sharing ), trimmed with 30dB and labeled with the emotions using integer values (0 - 6). Created for fine-tuning Wav2Vec2 base.

Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -26,4 +26,10 @@ configs:
26
  path: data/validation-*
27
  - split: test
28
  path: data/test-*
29
- ---
 
 
 
 
 
 
 
26
  path: data/validation-*
27
  - split: test
28
  path: data/test-*
29
+ task_categories:
30
+ - feature-extraction
31
+ language:
32
+ - en
33
+ size_categories:
34
+ - 10K<n<100K
35
+ ---