runtime error
Exit code: 1. Reason: ule> pipe = pipeline("text-classification", model="whitefoxredhell/language_identification") File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/__init__.py", line 896, in pipeline framework, model = infer_framework_load_model( File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/base.py", line 301, in infer_framework_load_model raise ValueError( ValueError: Could not load model whitefoxredhell/language_identification with any of the following classes: (<class 'transformers.models.auto.modeling_auto.AutoModelForSequenceClassification'>, <class 'transformers.models.mt5.modeling_mt5.MT5ForConditionalGeneration'>). See the original errors: while loading with AutoModelForSequenceClassification, an error is thrown: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/base.py", line 288, in infer_framework_load_model model = model_class.from_pretrained(model, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 564, in from_pretrained return model_class.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 3708, in from_pretrained raise EnvironmentError( OSError: whitefoxredhell/language_identification does not appear to have a file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt or flax_model.msgpack. while loading with MT5ForConditionalGeneration, an error is thrown: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/base.py", line 288, in infer_framework_load_model model = model_class.from_pretrained(model, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 3708, in from_pretrained raise EnvironmentError( OSError: whitefoxredhell/language_identification does not appear to have a file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt or flax_model.msgpack.
Container logs:
Fetching error logs...