Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator

#23
by autoevaluator HF staff - opened

Beep boop, I am a bot from Hugging Face's automatic model evaluator πŸ‘‹! We've added a new verifyToken field to your evaluation results to verify that they are produced by the model evaluator. Accept this PR to ensure that your results remain listed as verified on the Hub leaderboard.

RepositoryNotFoundError: 401 Client Error. (Request ID: Root=1-63af1554-7b98f2082620a94e3b078b07)

Repository Not Found for url: https://huggingface.co/bart-large-cnn/resolve/main/config.json.
Please make sure you specified the correct repo_id and repo_type.
If the repo is private, make sure you are authenticated.
Invalid username or password.

During handling of the above exception, another exception occurred:

OSError Traceback (most recent call last)
/usr/local/lib/python3.8/dist-packages/transformers/utils/hub.py in cached_file(path_or_repo_id, filename, cache_dir, force_download, resume_download, proxies, use_auth_token, revision, local_files_only, subfolder, user_agent, _raise_exceptions_for_missing_entries, _raise_exceptions_for_connection_errors, _commit_hash)
422
423 except RepositoryNotFoundError:
--> 424 raise EnvironmentError(
425 f"{path_or_repo_id} is not a local folder and is not a valid model identifier "
426 "listed on 'https://huggingface.co/models'\nIf this is a private repository, make sure to "

OSError: bart-large-cnn is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models'
If this is a private repository, make sure to pass a token having permission to this repo with use_auth_token or log in with huggingface-cli login and pass use_auth_token=True.

Cannot merge
This branch has merge conflicts in the following files:
  • README.md

Sign up or log in to comment