Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
kirubel1738
/
bert-scratch-wiki-subset
like
0
PyTorch
Model card
Files
Files and versions
xet
Community
1
main
bert-scratch-wiki-subset
/
special_tokens_map.json
kirubel1738
Initial upload of BERT-from-scratch model
2f3d763
verified
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
125 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}