Spaces:
Sleeping
Sleeping
Update run_eval.py
Browse files- run_eval.py +1 -1
run_eval.py
CHANGED
@@ -45,7 +45,7 @@ for cfg in CONFIGS:
|
|
45 |
tasks = cfg["tasks"]
|
46 |
|
47 |
print(f"\nLoading base model: {base_model_id}")
|
48 |
-
tokenizer = AutoTokenizer.from_pretrained(base_model_id, use_fast=
|
49 |
|
50 |
# Try causal first, fallback to encoder
|
51 |
try:
|
|
|
45 |
tasks = cfg["tasks"]
|
46 |
|
47 |
print(f"\nLoading base model: {base_model_id}")
|
48 |
+
tokenizer = AutoTokenizer.from_pretrained(base_model_id, use_fast=False)
|
49 |
|
50 |
# Try causal first, fallback to encoder
|
51 |
try:
|