runtime error

/python3.10/site-packages/huggingface_hub/inference/_client.py", line 415, in automatic_speech_recognition response = self.post(data=audio, model=model, task="automatic-speech-recognition") File "/usr/local/lib/python3.10/site-packages/huggingface_hub/inference/_client.py", line 273, in post hf_raise_for_status(response) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_errors.py", line 371, in hf_raise_for_status raise HfHubHTTPError(str(e), response=response) from e huggingface_hub.utils._errors.HfHubHTTPError: 500 Server Error: Internal Server Error for url: https://api-inference.huggingface.co/models/Cdial/hausa-asr (Request ID: B3wHQLeCty5LZXx5SJ_4G) Could not load model Cdial/hausa-asr with any of the following classes: (<class 'transformers.models.wav2vec2.modeling_wav2vec2.Wav2Vec2ForCTC'>, <class 'transformers.models.wav2vec2.modeling_tf_wav2vec2.TFWav2Vec2ForCTC'>). See the original errors: while loading with Wav2Vec2ForCTC, an error is thrown: Traceback (most recent call last): File "/src/transformers/src/transformers/pipelines/base.py", line 279, in infer_framework_load_model model = model_class.from_pretrained(model, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/src/transformers/src/transformers/modeling_utils.py", line 3236, in from_pretrained raise EnvironmentError( OSError: Cdial/hausa-asr does not appear to have a file named pytorch_model.bin, tf_model.h5, model.ckpt or flax_model.msgpack. while loading with TFWav2Vec2ForCTC, an error is thrown: Traceback (most recent call last): File "/src/transformers/src/transformers/pipelines/base.py", line 279, in infer_framework_load_model model = model_class.from_pretrained(model, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/src/transformers/src/transformers/modeling_tf_utils.py", line 2805, in from_pretrained raise EnvironmentError( OSError: Cdial/hausa-asr does not appear to have a file named pytorch_model.bin, tf_model.h5 or model.ckpt

Container logs:

Fetching error logs...