Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,6 +11,7 @@ import os
|
|
| 11 |
from tensorflow.python.client import device_lib
|
| 12 |
|
| 13 |
SEQ_LEN = 128
|
|
|
|
| 14 |
|
| 15 |
def create_sentiment_bert():
|
| 16 |
# 버트 pretrained 모델 로드
|
|
|
|
| 11 |
from tensorflow.python.client import device_lib
|
| 12 |
|
| 13 |
SEQ_LEN = 128
|
| 14 |
+
tokenizer = BertTokenizer.from_pretrained('bert-base-multilingual-cased')
|
| 15 |
|
| 16 |
def create_sentiment_bert():
|
| 17 |
# 버트 pretrained 모델 로드
|