Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Rogarcia18
/
wikitext2-bpe-tokenizer
like
0
tokenizer
bpe
wikitext2
nlp
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
main
wikitext2-bpe-tokenizer
/
special_tokens_map.json
Rogarcia18
Upload BPE tokenizer trained on WikiText-2
c9e63eb
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]"
}