Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
cservan
/
fralbert-base-cased
like
0
Fill-Mask
Transformers
PyTorch
wikipedia
French
albert
Inference Endpoints
arxiv:
1909.11942
License:
apache-2.0
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
07d95ef
fralbert-base-cased
/
special_tokens_map.json
cservan
Initial commit
200afd1
about 1 year ago
raw
Copy download link
history
blame
Safe
159 Bytes
{
"bos_token"
:
"[CLS]"
,
"eos_token"
:
"[SEP]"
,
"unk_token"
:
"<unk>"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"<pad>"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
}