runtime error

Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py:1132: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`. warnings.warn( You are using the default legacy behaviour of the <class 'transformers.models.t5.tokenization_t5.T5Tokenizer'>. This is expected, and simply means that the `legacy` (previous) behavior will be used so nothing changes for you. If you want to use the new behaviour, set `legacy=False`. This should only be set if you understand what it means, and thoroughly read the reason why this was added as explained in https://github.com/huggingface/transformers/pull/24565 /usr/local/lib/python3.10/site-packages/transformers/convert_slow_tokenizer.py:560: UserWarning: The sentencepiece tokenizer that you are converting to a fast tokenizer uses the byte fallback option which is not implemented in the fast tokenizers. In practice this means that the fast version of the tokenizer can produce unknown tokens whereas the sentencepiece version would have converted these unknown tokens into a sequence of byte tokens matching the original piece of text. warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 7, in <module> generator3 = pipeline(model='Suchinthana/MT-5-Sinhala-Wikigen', tokenizer=tokenizer) File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/__init__.py", line 839, in pipeline task = get_task(model, token) File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/__init__.py", line 489, in get_task raise RuntimeError( RuntimeError: The model Suchinthana/MT-5-Sinhala-Wikigen does not seem to have a correct `pipeline_tag` set to infer the task automatically

Container logs:

Fetching error logs...