Spaces:
Running
Running
v3
Browse files- interfaces/cap_minor.py +1 -1
interfaces/cap_minor.py
CHANGED
@@ -61,7 +61,7 @@ def check_huggingface_path(checkpoint_path: str):
|
|
61 |
return False
|
62 |
|
63 |
def build_huggingface_path(language: str, domain: str):
|
64 |
-
return "poltextlab/xlm-roberta-large-pooled-cap-minor-
|
65 |
|
66 |
def predict(text, model_id, tokenizer_id):
|
67 |
device = torch.device("cpu")
|
|
|
61 |
return False
|
62 |
|
63 |
def build_huggingface_path(language: str, domain: str):
|
64 |
+
return "poltextlab/xlm-roberta-large-pooled-cap-minor-v3"
|
65 |
|
66 |
def predict(text, model_id, tokenizer_id):
|
67 |
device = torch.device("cpu")
|