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
Error during conversion: ValueError('Queue is full! Please try again.')
Exception in thread Thread-autoconversion:
Traceback (most recent call last):
File "[/opt/conda/lib/python3.11/threading.py", line 1045](https://jupyterhub.ilabt.imec.be/user/gvdrreyd@ilabt.imec.be/lab/tree/project_antwerp/huggingface/exp/opt/conda/lib/python3.11/threading.py#line=1044), in _bootstrap_inner
self.run()
File "[/opt/conda/lib/python3.11/site-packages/ipykernel/ipkernel.py", line 761](https://jupyterhub.ilabt.imec.be/user/gvdrreyd@ilabt.imec.be/lab/tree/project_antwerp/huggingface/exp/opt/conda/lib/python3.11/site-packages/ipykernel/ipkernel.py#line=760), in run_closure
_threading_Thread_run(self)
File "[/opt/conda/lib/python3.11/threading.py", line 982](https://jupyterhub.ilabt.imec.be/user/gvdrreyd@ilabt.imec.be/lab/tree/project_antwerp/huggingface/exp/opt/conda/lib/python3.11/threading.py#line=981), in run
self._target(*self._args, **self._kwargs)
File "[/opt/conda/lib/python3.11/site-packages/transformers/safetensors_conversion.py", line 89](https://jupyterhub.ilabt.imec.be/user/gvdrreyd@ilabt.imec.be/lab/tree/project_antwerp/huggingface/exp/opt/conda/lib/python3.11/site-packages/transformers/safetensors_conversion.py#line=88), in auto_conversion
sha = get_conversion_pr_reference(api, pretrained_model_name_or_path, **cached_file_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "[/opt/conda/lib/python3.11/site-packages/transformers/safetensors_conversion.py", line 82](https://jupyterhub.ilabt.imec.be/user/gvdrreyd@ilabt.imec.be/lab/tree/project_antwerp/huggingface/exp/opt/conda/lib/python3.11/site-packages/transformers/safetensors_conversion.py#line=81), in get_conversion_pr_reference
sha = f"refs/pr/{pr.num}"
^^^^^^
AttributeError: 'NoneType' object has no attribute 'num'
Some weights of Wav2Vec2ForCTC were not initialized from the model checkpoint at facebook/mms-1b and are newly initialized: ['lm_head.bias', 'lm_head.weight', 'wav2vec2.encoder.pos_conv_embed.conv.parametrizations.weight.original0', 'wav2vec2.encoder.pos_conv_embed.conv.parametrizations.weight.original1']
You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference.
I am using transformers 4.39.0.dev0 Any idea?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to load the
facebook/mms-1b
speech model and I am getting a 'conversion error' that I have never encountered before.The code:
The error:
I am using
transformers 4.39.0.dev0
Any idea?Thank you.
The text was updated successfully, but these errors were encountered: