Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,10 +10,8 @@ import requests
|
|
| 10 |
from bs4 import BeautifulSoup
|
| 11 |
import time
|
| 12 |
|
| 13 |
-
PATH_t = './checkpoint-7500/'
|
| 14 |
PATH = './checkpoint-18750/'
|
| 15 |
SEQ_LEN = 128
|
| 16 |
-
tokenizer_t = BertTokenizer.from_pretrained('bert-base-multilingual-cased')
|
| 17 |
tokenizer = AutoTokenizer.from_pretrained("klue/bert-base")
|
| 18 |
|
| 19 |
def create_sentiment_bert():
|
|
|
|
| 10 |
from bs4 import BeautifulSoup
|
| 11 |
import time
|
| 12 |
|
|
|
|
| 13 |
PATH = './checkpoint-18750/'
|
| 14 |
SEQ_LEN = 128
|
|
|
|
| 15 |
tokenizer = AutoTokenizer.from_pretrained("klue/bert-base")
|
| 16 |
|
| 17 |
def create_sentiment_bert():
|