Hello everyone,
I am training a model, the code is from hugginface tutorial, in this tutorial I found push_to_hub
could push the trained model and results to my hub, and the results will show in model card. In the same notebook, I also have a baseline compared to the model.
So I am wondering if it possible when I click Run all
, the baseline results will also be pushed to the same hub dir and show in the model card?
Thanks.