asahi417 commited on
Commit
d81fb15
1 Parent(s): dab4572

model update

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -14,7 +14,7 @@ model-index:
14
  metrics:
15
  - name: Accuracy
16
  type: accuracy
17
- value: None
18
  - task:
19
  name: Analogy Questions (SAT full)
20
  type: multiple-choice-qa
@@ -166,14 +166,14 @@ It achieves the following results on the relation understanding tasks:
166
  - Accuracy on U2: 0.6754385964912281
167
  - Accuracy on U4: 0.6921296296296297
168
  - Accuracy on Google: 0.936
169
- - Lexical Relation Classification ([dataset](https://huggingface.co/datasets/relbert/lexical_relation_classification), [full result](https://huggingface.co/relbert/relbert-roberta-large-semeval2012-average-no-mask-prompt-a-nce/raw/main/classification.json))):
170
  - Micro F1 score on BLESS: 0.9124604489980412
171
  - Micro F1 score on CogALexV: 0.8607981220657277
172
  - Micro F1 score on EVALution: 0.6863488624052004
173
  - Micro F1 score on K&H+N: 0.9499895666689852
174
  - Micro F1 score on ROOT09: 0.9075524913820119
175
  - Relation Mapping ([dataset](https://huggingface.co/datasets/relbert/relation_mapping), [full result](https://huggingface.co/relbert/relbert-roberta-large-semeval2012-average-no-mask-prompt-a-nce/raw/main/relation_mapping.json)):
176
- - Accuracy on Relation Mapping: None
177
 
178
 
179
  ### Usage
 
14
  metrics:
15
  - name: Accuracy
16
  type: accuracy
17
+ value: 95.0
18
  - task:
19
  name: Analogy Questions (SAT full)
20
  type: multiple-choice-qa
 
166
  - Accuracy on U2: 0.6754385964912281
167
  - Accuracy on U4: 0.6921296296296297
168
  - Accuracy on Google: 0.936
169
+ - Lexical Relation Classification ([dataset](https://huggingface.co/datasets/relbert/lexical_relation_classification), [full result](https://huggingface.co/relbert/relbert-roberta-large-semeval2012-average-no-mask-prompt-a-nce/raw/main/classification.json)):
170
  - Micro F1 score on BLESS: 0.9124604489980412
171
  - Micro F1 score on CogALexV: 0.8607981220657277
172
  - Micro F1 score on EVALution: 0.6863488624052004
173
  - Micro F1 score on K&H+N: 0.9499895666689852
174
  - Micro F1 score on ROOT09: 0.9075524913820119
175
  - Relation Mapping ([dataset](https://huggingface.co/datasets/relbert/relation_mapping), [full result](https://huggingface.co/relbert/relbert-roberta-large-semeval2012-average-no-mask-prompt-a-nce/raw/main/relation_mapping.json)):
176
+ - Accuracy on Relation Mapping: 95.0
177
 
178
 
179
  ### Usage