Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
yhavinga
/
dutch-tokenizer-arena
like
6
Runtime error
App
Files
Files
Community
1
bce41d0
dutch-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
)