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
a6aee1d
tokenizer-arena
/
vocab
/
falcon_7b
/
__init__.py
xu-song
add more tokenizer
293bad6
11 months ago
raw
Copy download link
history
blame
Safe
127 Bytes
from
transformers
import
AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained(
"tiiuae/falcon-7b"
, trust_remote_code=
True
)