Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 = '
|
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 |
|