itsjhuang commited on
Commit
4bc6752
·
verified ·
1 Parent(s): e661c46

Upload metrics.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. metrics.json +29 -0
metrics.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "condition_id": "A",
4
+ "embedding_model": "sentence-transformers/all-MiniLM-L6-v2",
5
+ "classifier": "LogisticRegression",
6
+ "train_accuracy": 0.8785714285714286,
7
+ "train_macro_f1": 0.878565232920047,
8
+ "test_accuracy": 0.8166666666666667,
9
+ "test_macro_f1": 0.8166157265907197
10
+ },
11
+ {
12
+ "condition_id": "B",
13
+ "embedding_model": "sentence-transformers/all-MiniLM-L6-v2",
14
+ "classifier": "LinearSVC",
15
+ "train_accuracy": 0.9714285714285714,
16
+ "train_macro_f1": 0.9714271136282464,
17
+ "test_accuracy": 0.8666666666666667,
18
+ "test_macro_f1": 0.8665183537263627
19
+ },
20
+ {
21
+ "condition_id": "C",
22
+ "embedding_model": "BAAI/bge-small-en-v1.5",
23
+ "classifier": "LogisticRegression",
24
+ "train_accuracy": 0.8642857142857143,
25
+ "train_macro_f1": 0.8642787897341702,
26
+ "test_accuracy": 0.8333333333333334,
27
+ "test_macro_f1": 0.8333333333333334
28
+ }
29
+ ]