404 Client Error is observed when tokenizer is used with latest transformers library

#24
by DhruvSharma-845 - opened

Transformers library version == 4.57.1

Code Snippet:
from transformers import AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("distilbert/distilbert-base-uncased")

Error in detail:

RemoteEntryNotFoundError: 404 Client Error.
Entry Not Found for url: https://huggingface.co/api/models/distilbert/distilbert-base-uncased/tree/main/additional_chat_templates?recursive=false&expand=false.
additional_chat_templates does not exist on "main"

Sign up or log in to comment