Mizuiro-sakura commited on
Commit
1b562a2
1 Parent(s): 7f2de48

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -9,6 +9,7 @@ tags:
9
  - commonsense-qa
10
  - CommonsenseQA
11
  - commonsense_qa
 
12
 
13
  ---
14
 
@@ -26,7 +27,10 @@ This model is fine-tuned by using yahoo japan JGLUE JCommonsenseQA dataset.
26
  You could use this model for commonsenseqa tasks.
27
 
28
  # モデルの精度 accuracy of model
29
- 0.8007149240393296
 
 
 
30
 
31
  # How to use 使い方
32
  以下のコードを実行することで、commonsenseqaタスクを解かせることができます。
 
9
  - commonsense-qa
10
  - CommonsenseQA
11
  - commonsense_qa
12
+ - jcommonsenseqa
13
 
14
  ---
15
 
 
27
  You could use this model for commonsenseqa tasks.
28
 
29
  # モデルの精度 accuracy of model
30
+ モデルの精度は
31
+ 80.07149240393296
32
+ でした。他の言語モデルと比べても非常に高い値となっています。
33
+ (参考 BERT:72.0、XLM RoBERTa base:0.687)
34
 
35
  # How to use 使い方
36
  以下のコードを実行することで、commonsenseqaタスクを解かせることができます。