duwing commited on
Commit
fdb1d41
·
verified ·
1 Parent(s): aaef8fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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 모델 로드