beezza commited on
Commit
89ed20a
·
verified ·
1 Parent(s): 81b734c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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