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