anonymous-birder commited on
Commit
d0ff726
1 Parent(s): 128a515

Create Wav2Vec2-XCM_float32_XCM_nes.json

Browse files
Wav2Vec2-XCM/Wav2Vec2-XCM_float32_XCM_nes.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "model_dtype": "float32",
4
+ "model_name": "Wav2Vec2-XCM",
5
+ "training_dataset": "XCM",
6
+ "testing_type": "nes"
7
+ },
8
+ "results": {
9
+ "cmap": 0.27,
10
+ "auroc": 0.84,
11
+ "t1-acc": 0.41
12
+
13
+ }
14
+ }