Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update src/submission/submit.py
Browse files- src/submission/submit.py +1 -1
src/submission/submit.py
CHANGED
@@ -99,7 +99,7 @@ def add_new_eval(
|
|
99 |
print("Creating eval file")
|
100 |
OUT_DIR = f"{EVAL_REQUESTS_PATH}/{user_name}"
|
101 |
os.makedirs(OUT_DIR, exist_ok=True)
|
102 |
-
out_path = f"{OUT_DIR}/{model_path}_eval_request_False_{precision}_{weight_type}.json"
|
103 |
|
104 |
with open(out_path, "w") as f:
|
105 |
f.write(json.dumps(eval_entry))
|
|
|
99 |
print("Creating eval file")
|
100 |
OUT_DIR = f"{EVAL_REQUESTS_PATH}/{user_name}"
|
101 |
os.makedirs(OUT_DIR, exist_ok=True)
|
102 |
+
out_path = f"{OUT_DIR}/{model_path}_eval_request_False_{precision}_{weight_type}_{add_special_tokens}.json"
|
103 |
|
104 |
with open(out_path, "w") as f:
|
105 |
f.write(json.dumps(eval_entry))
|