Why did submission 285448 failed?

Please show me the error messages

It seems that you are trying to download something from huggingface which is not included in your aicrowd.json.

2025-05-19 22:00:29.400	
Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'.
2025-05-19 22:00:29.400	
OSError: We couldn't connect to 'https://huggingface.co' to load the files, and couldn't find them in the cached files.
2025-05-19 22:00:29.400	
    raise OSError(
2025-05-19 22:00:29.400	
  File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 491, in cached_files
2025-05-19 22:00:29.400	
    file = cached_files(path_or_repo_id=path_or_repo_id, filenames=[filename], **kwargs)
2025-05-19 22:00:29.400	
  File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 266, in cached_file
2025-05-19 22:00:29.400	
    resolved_config_file = cached_file(
2025-05-19 22:00:29.400	
  File "/usr/local/lib/python3.10/site-packages/transformers/configuration_utils.py", line 649, in _get_config_dict
2025-05-19 22:00:29.400	
    config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs)
2025-05-19 22:00:29.400	
  File "/usr/local/lib/python3.10/site-packages/transformers/configuration_utils.py", line 590, in get_config_dict
2025-05-19 22:00:29.400	
    config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs)
2025-05-19 22:00:29.400	
  File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/configuration_auto.py", line 1114, in from_pretrained
2025-05-19 22:00:29.400	
    config = AutoConfig.from_pretrained(
2025-05-19 22:00:29.400	
  File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/__init__.py", line 851, in pipeline
2025-05-19 22:00:29.400	
    self.ner_pipeline = pipeline(
2025-05-19 22:00:29.400	
  File "/aicrowd-source/agents/my_agent.py", line 71, in __init__
2025-05-19 22:00:29.400	
    tracker = DialogueStateTracker()
2025-05-19 22:00:29.400	
  File "/aicrowd-source/agents/my_agent.py", line 491, in _get_tracker
2025-05-19 22:00:29.400	
    tracker = self._get_tracker(history)
2025-05-19 22:00:29.400	
  File "/aicrowd-source/agents/my_agent.py", line 608, in _is_image_related_query
2025-05-19 22:00:29.400	
    if self._is_image_related_query(q, hist):
2025-05-19 22:00:29.400	
  File "/aicrowd-source/agents/my_agent.py", line 1953, in batch_generate_response
2025-05-19 22:00:29.400	
    return fn(*args, **kwargs)
2025-05-19 22:00:29.400	
  File "/aicrowd-source/launcher.py", line 161, in run_with_timeout
2025-05-19 22:00:29.400	
    return run_with_timeout(
2025-05-19 22:00:29.400	
  File "/aicrowd-source/launcher.py", line 125, in batch_generate_response
2025-05-19 22:00:29.400	
    return method(*args, **kwargs)
2025-05-19 22:00:29.400	
  File "/usr/local/lib/python3.10/site-packages/aicrowd_gym/clients/base_oracle_client.py", line 144, in execute
2025-05-19 22:00:29.400	
    return self.execute(target_attribute, *args, **kwargs)
2025-05-19 22:00:29.400	
  File "/usr/local/lib/python3.10/site-packages/aicrowd_gym/clients/base_oracle_client.py", line 131, in route_agent_request
2025-05-19 22:00:29.400	
    "data": self.route_agent_request(
2025-05-19 22:00:29.400	
  File "/usr/local/lib/python3.10/site-packages/aicrowd_gym/clients/base_oracle_client.py", line 101, in process_request
2025-05-19 22:00:29.400	
    raw_response, status, message = self.process_request(
2025-05-19 22:00:29.400	
  File "/usr/local/lib/python3.10/site-packages/aicrowd_gym/clients/base_oracle_client.py", line 195, in run_agent
2025-05-19 22:00:29.400	
    oracle_client.run_agent()
2025-05-19 22:00:29.400	
  File "/aicrowd-source/launcher.py", line 178, in serve
2025-05-19 22:00:29.400	
    serve()
2025-05-19 22:00:29.400	
  File "/aicrowd-source/launcher.py", line 191, in main
2025-05-19 22:00:29.400	
    main()
2025-05-19 22:00:29.400	
  File "/aicrowd-source/launcher.py", line 198, in <module>
2025-05-19 22:00:29.400	
    raise exc
2025-05-19 22:00:29.400	
  File "/aicrowd-source/launcher.py", line 213, in <module>
2025-05-19 22:00:29.400	
Traceback (most recent call last):