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
0ce6477
dutch-tokenizer-arena
/
vocab
/
bert_base_uncased
/
__init__.py
xu-song
update
d10ecd7
about 1 year ago
raw
Copy download link
history
blame
Safe
102 Bytes
from
transformers
import
BertTokenizer
tokenizer = BertTokenizer.from_pretrained(
'bert-base-uncased'
)