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