Mizuiro-sakura commited on
Commit
9f69394
1 Parent(s): 4118b3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -26,6 +26,8 @@ You could use this model for Question-Answering tasks.
26
  'em(厳密一致)': 0.845933014354067, 'f1': 0.9197176274789681
27
 
28
  # How to use 使い方
 
 
29
  以下のコードを実行することで、Question-Answeringタスクを解かせることができます。
30
  please execute this code.
31
  ```python
26
  'em(厳密一致)': 0.845933014354067, 'f1': 0.9197176274789681
27
 
28
  # How to use 使い方
29
+ sentencepieceとtransformersをインストールして
30
+ (pip install sentencepiece , pip install transformers)
31
  以下のコードを実行することで、Question-Answeringタスクを解かせることができます。
32
  please execute this code.
33
  ```python