Cant push same model myself
#2
by
Stopwolf
- opened
Hey man, Im trying to finish the audio course and Im kind of stuck on the third, text to speech exercise. I think it's because when I push models they are labeled as Text to Audio (same as yours SpeechT5 finetuned on dutch data), but you somehow got it working for this model.. so I wanted to ask what did you do differently? Do you have any advice for me?
Thanks in advance!
Yes, that is what looks like my old problem, I'm just Editing model card myself to Text-to-speech Task.
Yeah, I found out about the error, you have to set tags
and tasks
to text-to-speech
in kwargs
of trainer.push_to_hub(**kwargs)
. I've always set exclusively the tasks parameter, but not tags. Just provide it the tags also, and all will be fine.
Happy modelling!