Spaces:
Runtime error
Runtime error
Commit
·
f797cc9
1
Parent(s):
b2d3878
change bert-base path
Browse files- app/main.py +2 -1
app/main.py
CHANGED
@@ -19,7 +19,8 @@ img {
|
|
19 |
"""
|
20 |
# Config
|
21 |
MAX_SEQ_LEN = 128
|
22 |
-
bert_path = 'indolem/indobert-base-uncased'
|
|
|
23 |
MODELS_PATH = ["kadabengaran/IndoBERT-Useful-App-Review",
|
24 |
"kadabengaran/IndoBERT-BiLSTM-Useful-App-Review"]
|
25 |
|
|
|
19 |
"""
|
20 |
# Config
|
21 |
MAX_SEQ_LEN = 128
|
22 |
+
# bert_path = 'indolem/indobert-base-uncased'
|
23 |
+
bert_path = 'indobenchmark/indobert-base-p2'
|
24 |
MODELS_PATH = ["kadabengaran/IndoBERT-Useful-App-Review",
|
25 |
"kadabengaran/IndoBERT-BiLSTM-Useful-App-Review"]
|
26 |
|