nateraw / huggingface-hub-examples

Examples using 🤗 Hub to share and reload machine learning models
33 stars 6 forks source link

vit -image-classification-task #1

Closed shivagowri1928 closed 2 years ago

shivagowri1928 commented 2 years ago

while passing all the instances to Trainer im getting a error as you need to pass a valid 'token' or login by using 'huggingface-cli login'

and error is pointing out at the line TOKENIZER = FEATURE_EXTRACTER

nateraw commented 2 years ago

I assume you found your issue?

shivagowri1928 commented 2 years ago

Yeah 🤓