Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
xu-song
/
tokenizer-arena
like
56
Running
App
Files
Files
Community
1
fab95c3
tokenizer-arena
/
vocab
/
mistral
/
__init__.py
xu-song
add more tokenizers
f4973d4
11 months ago
raw
Copy download link
history
blame
Safe
136 Bytes
from
transformers
import
AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained(
"mistralai/Mistral-7B-v0.1"
, trust_remote_code=
True
)