xu-song's picture
add more tokenizers
f4973d4
raw
history blame
No virus
136 Bytes
from transformers import AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("mistralai/Mistral-7B-v0.1", trust_remote_code=True)