Commit
·
632b5e1
1
Parent(s):
c768914
Update README.md
Browse files
README.md
CHANGED
@@ -33,6 +33,7 @@ You could use this model for commonsenseqa tasks.
|
|
33 |
(参考 BERT:72.0、XLM RoBERTa base:68.7)
|
34 |
|
35 |
# How to use 使い方
|
|
|
36 |
以下のコードを実行することで、commonsenseqaタスクを解かせることができます。
|
37 |
please execute this code.
|
38 |
```python
|
|
|
33 |
(参考 BERT:72.0、XLM RoBERTa base:68.7)
|
34 |
|
35 |
# How to use 使い方
|
36 |
+
sentencepieceとtransformersをインストールして (pip install sentencepiece , pip install transformers)
|
37 |
以下のコードを実行することで、commonsenseqaタスクを解かせることができます。
|
38 |
please execute this code.
|
39 |
```python
|