Skip to content
Snippets Groups Projects
Commit 697a23fb authored by Leonard Wayne Hackel's avatar Leonard Wayne Hackel
Browse files

fixing bug of old vs new model name

parent cc7c6225
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ def main(
print(f"New model improved the compare metric by {new_metric - compare_metric:.4f}")
upload_model_and_readme_to_hub(
model=model,
model_name=model_name,
model_name=new_model_name,
hf_entity=hf_entity,
test_results=new_results[0],
hparams=hparams,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment