You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello , I've been trying to use my fine tuned converted medium whisper model on my server but I always come across this issue :
The faster whisper seems to not find my model and always give me this error :
Traceback (most recent call last):
File "/usr/src/app/tmp/fine_tune/teste_modele.py", line 20, in
model = WhisperForConditionalGeneration.from_pretrained(model_name)
File "/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py", line 2839, in from_pretrained
raise EnvironmentError(
OSError: Thodns/medium-FT does not appear to have a file named pytorch_model.bin, tf_model.h5, model.ckpt or flax_model.msgpack.
I've also tried to upload it to my server ( here the file in the directory for info:
config.json
model.bin
tokenizer.json
vocabulary.json
preprocessor_config.json )
If anyone know what i m doing wrong i ll be happy to ear him/her .
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello , I've been trying to use my fine tuned converted medium whisper model on my server but I always come across this issue :
The faster whisper seems to not find my model and always give me this error :
Traceback (most recent call last):
File "/usr/src/app/tmp/fine_tune/teste_modele.py", line 20, in
model = WhisperForConditionalGeneration.from_pretrained(model_name)
File "/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py", line 2839, in from_pretrained
raise EnvironmentError(
OSError: Thodns/medium-FT does not appear to have a file named pytorch_model.bin, tf_model.h5, model.ckpt or flax_model.msgpack.
I've also tried to upload it to my server ( here the file in the directory for info:
config.json
model.bin
tokenizer.json
vocabulary.json
preprocessor_config.json )
If anyone know what i m doing wrong i ll be happy to ear him/her .
Beta Was this translation helpful? Give feedback.
All reactions