Update tokenizer_utils.py
This commit is contained in:
parent
5f496efdb4
commit
e41cc4093c
1 changed files with 6 additions and 6 deletions
|
|
@ -42,12 +42,12 @@ IGNORED_TOKENIZER_CHECKING = frozenset((
|
|||
|
||||
|
||||
IGNORED_TOKENIZER_NAMES = [
|
||||
"unsloth/Mistral-Nemo-Instruct-2407-bnb-4bit",
|
||||
"unsloth/Mistral-Nemo-Instruct-2407",
|
||||
"mistralai/Mistral-Nemo-Instruct-2407",
|
||||
"unsloth/Mistral-Nemo-Base-2407-bnb-4bit",
|
||||
"unsloth/Mistral-Nemo-Base-2407",
|
||||
"mistralai/Mistral-Nemo-Base-2407",
|
||||
# "unsloth/Mistral-Nemo-Instruct-2407-bnb-4bit",
|
||||
# "unsloth/Mistral-Nemo-Instruct-2407",
|
||||
# "mistralai/Mistral-Nemo-Instruct-2407",
|
||||
# "unsloth/Mistral-Nemo-Base-2407-bnb-4bit",
|
||||
# "unsloth/Mistral-Nemo-Base-2407",
|
||||
# "mistralai/Mistral-Nemo-Base-2407",
|
||||
]
|
||||
IGNORED_TOKENIZER_NAMES = frozenset(
|
||||
[x.lower() for x in IGNORED_TOKENIZER_NAMES]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue