Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,7 @@ eBERTは東北大学自然言語処理研究グループ様の[日本語事前
|
|
| 13 |
# 使用方法
|
| 14 |
```python
|
| 15 |
from transformers import BertForSequenceClassification, AutoTokenizer
|
|
|
|
| 16 |
|
| 17 |
emotions = ['喜び', '悲しみ', '期待', '驚き', '怒り', '恐れ', '嫌悪', '信頼']
|
| 18 |
|
|
|
|
| 13 |
# 使用方法
|
| 14 |
```python
|
| 15 |
from transformers import BertForSequenceClassification, AutoTokenizer
|
| 16 |
+
import numpy as np
|
| 17 |
|
| 18 |
emotions = ['喜び', '悲しみ', '期待', '驚き', '怒り', '恐れ', '嫌悪', '信頼']
|
| 19 |
|