Hey All,
I was wondering does the transformers-cli
library have a Python equivavelnt?
I would love to create a python script which would allow me to upload a model within a single enviroment.
For example:
- Login to HF with a token (similar to transformers)
- Create a model repo
- Push the model to the model hub
Thanks