Mizuiro-sakura
commited on
Commit
•
530d165
1
Parent(s):
772e026
Update README.md
Browse files
README.md
CHANGED
@@ -42,6 +42,7 @@ You could use this model for NER tasks.
|
|
42 |
|
43 |
|
44 |
# How to use 使い方
|
|
|
45 |
以下のコードを実行することで、NERタスクを解かせることができます。
|
46 |
please execute this code.
|
47 |
```python
|
|
|
42 |
|
43 |
|
44 |
# How to use 使い方
|
45 |
+
sentencepieceとtransformersをインストールして (pip install sentencepiece , pip install transformers)
|
46 |
以下のコードを実行することで、NERタスクを解かせることができます。
|
47 |
please execute this code.
|
48 |
```python
|