LEM0NAD3 commited on
Commit
0c14af6
·
1 Parent(s): 6e8416e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -1,3 +1,25 @@
1
  ---
2
  license: ecl-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: ecl-2.0
3
  ---
4
+
5
+ ## Filename explanations:
6
+
7
+ model_xl: the model trained on the cross-language dataset
8
+
9
+ model_en: the model trained on the RAVDESS dataset
10
+
11
+ model_cn: the model trained on the Chinese Mandarin speech data in the ESD dataset
12
+
13
+ model_de: the model trained on the EMO-DB dataset
14
+
15
+ model_fr: the model trained on the CaFE_48k dataset
16
+
17
+ model_pt: the model trained on the VERBO dataset
18
+
19
+ ## Notes:
20
+
21
+ The models are trained using the Learning API `xgb.train()`.
22
+
23
+ The hyperparameters of the models are not saved with the JSON files; `get_params()` method will not work on these model files.
24
+
25
+ The hyperparameters can be found in the `params.txt`.