Mizuiro-sakura commited on
Commit
5aee233
1 Parent(s): 25ff775

Update README.md

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