Sentence Similarity
Safetensors
Japanese
distilbert
feature-extraction
hpprc commited on
Commit
db18646
·
verified ·
1 Parent(s): a840142

Create results/summary.json

Browse files
Files changed (1) hide show
  1. results/summary.json +62 -0
results/summary.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Classification": {
3
+ "amazon_counterfactual_classification": {
4
+ "macro_f1": 0.7868362820881749
5
+ },
6
+ "amazon_review_classification": {
7
+ "macro_f1": 0.5569777933675395
8
+ },
9
+ "massive_intent_classification": {
10
+ "macro_f1": 0.8201772623687816
11
+ },
12
+ "massive_scenario_classification": {
13
+ "macro_f1": 0.8827318695602392
14
+ }
15
+ },
16
+ "Reranking": {
17
+ "esci": {
18
+ "ndcg@10": 0.9320484339702731
19
+ }
20
+ },
21
+ "Retrieval": {
22
+ "jagovfaqs_22k": {
23
+ "ndcg@10": 0.743165156334314
24
+ },
25
+ "jaqket": {
26
+ "ndcg@10": 0.6236302732201829
27
+ },
28
+ "mrtydi": {
29
+ "ndcg@10": 0.4247039892713784
30
+ },
31
+ "nlp_journal_abs_intro": {
32
+ "ndcg@10": 0.8955548885772556
33
+ },
34
+ "nlp_journal_title_abs": {
35
+ "ndcg@10": 0.9809885221936606
36
+ },
37
+ "nlp_journal_title_intro": {
38
+ "ndcg@10": 0.7686195687434224
39
+ }
40
+ },
41
+ "STS": {
42
+ "jsick": {
43
+ "spearman": 0.838898966624785
44
+ },
45
+ "jsts": {
46
+ "spearman": 0.8193638843065068
47
+ }
48
+ },
49
+ "Clustering": {
50
+ "livedoor_news": {
51
+ "v_measure_score": 0.5358029527559113
52
+ },
53
+ "mewsc16": {
54
+ "v_measure_score": 0.4958897357648059
55
+ }
56
+ },
57
+ "PairClassification": {
58
+ "paws_x_ja": {
59
+ "binary_f1": 0.6231729055258467
60
+ }
61
+ }
62
+ }