poltextlab commited on
Commit
1849f87
·
verified ·
1 Parent(s): 20681cd
Files changed (1) hide show
  1. 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-v2"
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")