IndexError: list index out of range

#1
by alimoezzi - opened

Hi,
I'm receiving this error while loading this model.

tokenizer = AutoTokenizer.from_pretrained(
if use_fast and tokenizer_auto_map[1] is not None:
IndexError: list index out of range

Sign up or log in to comment