iSpr commited on
Commit
876124e
·
1 Parent(s): 4785fe6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def md_loading():
27
 
28
  model = XLMRobertaForSequenceClassification.from_pretrained('xlm-roberta-large', num_labels=493)
29
 
30
- model_checkpoint = 'base3_44_last.bin'
31
  project_path = './'
32
  output_model_file = os.path.join(project_path, model_checkpoint)
33
 
 
27
 
28
  model = XLMRobertaForSequenceClassification.from_pretrained('xlm-roberta-large', num_labels=493)
29
 
30
+ model_checkpoint = 'base3_44_ko.bin'
31
  project_path = './'
32
  output_model_file = os.path.join(project_path, model_checkpoint)
33