Mizuiro-sakura commited on
Commit
8dc8560
1 Parent(s): 60e557e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -66,7 +66,9 @@ max_result=torch.argmax(results.logits)
66
  print(max_result+1)
67
  ```
68
  # モデルの精度 accuracy of model
 
69
  0.888715
 
70
  (参考 BERT : 72.0, XLM RoBERTa base : 68.7, LUKE : 80.0)
71
 
72
 
 
66
  print(max_result+1)
67
  ```
68
  # モデルの精度 accuracy of model
69
+
70
  0.888715
71
+
72
  (参考 BERT : 72.0, XLM RoBERTa base : 68.7, LUKE : 80.0)
73
 
74