runtime error
Exit code: 1. Reason: 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 Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained. Traceback (most recent call last): File "/home/user/app/app.py", line 8, in <module> from dataset import query_emotion File "/home/user/app/dataset.py", line 3, in <module> dataset = load_dataset("go_emotions", split="train") File "/usr/local/lib/python3.10/site-packages/datasets/load.py", line 2556, in load_dataset builder_instance = load_dataset_builder( File "/usr/local/lib/python3.10/site-packages/datasets/load.py", line 2228, in load_dataset_builder dataset_module = dataset_module_factory( File "/usr/local/lib/python3.10/site-packages/datasets/load.py", line 1879, in dataset_module_factory raise e1 from None File "/usr/local/lib/python3.10/site-packages/datasets/load.py", line 1861, in dataset_module_factory ).get_module() File "/usr/local/lib/python3.10/site-packages/datasets/load.py", line 1191, in get_module hfh_dataset_info = HfApi(config.HF_ENDPOINT).dataset_info( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 119, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 2293, in dataset_info return DatasetInfo(**data) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 792, in __init__ self.tags = kwargs.pop("tags") KeyError: 'tags'
Container logs:
Fetching error logs...