kadabengaran commited on
Commit
fe8f25f
·
1 Parent(s): f797cc9

update model select

Browse files
Files changed (1) hide show
  1. app/main.py +2 -2
app/main.py CHANGED
@@ -21,8 +21,8 @@ img {
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
 
27
  MODELS_NAME = ["IndoBERT-BiLSTM", "IndoBERT"]
28
  LABELS = {'Not Useful': 0, 'Useful': 1}
 
21
  MAX_SEQ_LEN = 128
22
  # bert_path = 'indolem/indobert-base-uncased'
23
  bert_path = 'indobenchmark/indobert-base-p2'
24
+ MODELS_PATH = ["kadabengaran/IndoBERT-BiLSTM-Useful-App-Review",
25
+ "kadabengaran/IndoBERT-Useful-App-Review"]
26
 
27
  MODELS_NAME = ["IndoBERT-BiLSTM", "IndoBERT"]
28
  LABELS = {'Not Useful': 0, 'Useful': 1}