Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
google-bert
/
bert-base-multilingual-uncased
like
107
Follow
BERT community
108
Fill-Mask
Transformers
PyTorch
google-tensorflow
TensorFlow
JAX
Safetensors
wikipedia
102 languages
bert
Inference Endpoints
arxiv:
1810.04805
License:
apache-2.0
Model card
Files
Files and versions
Community
6
Train
Deploy
Use this model
refs/pr/4
bert-base-multilingual-uncased
/
special_tokens_map.json
Xenova
HF staff
Fix malformed tokenizer config and add special tokens map
16f8404
over 1 year ago
raw
Copy download link
history
blame
Safe
125 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}