Spaces:
Sleeping
Sleeping
Update tasks/text.py
Browse files- 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 = '
|
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
|