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