MatthiasPicard commited on
Commit
e53fe4a
·
verified ·
1 Parent(s): e351714

Update tasks/text.py

Browse files
Files changed (1) hide show
  1. tasks/text.py +1 -1
tasks/text.py CHANGED
@@ -68,7 +68,7 @@ async def evaluate_text(request: TextEvaluationRequest):
68
  # predictions = [random.randint(0, 7) for _ in range(len(true_labels))]
69
 
70
  # Chemins du modèle et du tokenizer
71
- path_model = 'tasks/pruned_modern_bert_final_model_epoch2'
72
  path_tokenizer = "answerdotai/ModernBERT-base"
73
 
74
  # Détection du GPU
 
68
  # predictions = [random.randint(0, 7) for _ in range(len(true_labels))]
69
 
70
  # Chemins du modèle et du tokenizer
71
+ path_model = 'MatthiasPicard/modernBERT_final_original'
72
  path_tokenizer = "answerdotai/ModernBERT-base"
73
 
74
  # Détection du GPU