Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
onlplab
/
alephbert-base
like
19
Follow
ONLP Lab
9
Fill-Mask
Transformers
PyTorch
google-tensorflow
TensorFlow
JAX
oscar
wikipedia
twitter
Hebrew
bert
language model
arxiv:
1810.04805
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
2
Train
Deploy
Use this model
main
alephbert-base
/
special_tokens_map.json
aseker00
First version of tokenizer and basic pytorch model.
8b36f5b
over 4 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
112 Bytes
{
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
}