Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
yhavinga
/
dutch-tokenizer-arena
like
6
Running
App
Files
Files
Community
1
24b4aa5
dutch-tokenizer-arena
/
vocab
/
byt5_small
/
__init__.py
xu-song
add more tokenizer
c75633b
9 months ago
raw
Copy download link
history
blame
Safe
103 Bytes
from
transformers
import
AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained(
'google/byt5-small'
)