Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
sangmichaelxie
/
heuristiccls-bert-scratch-wiki_and_books
like
0
Feature Extraction
Transformers
PyTorch
bert
text-embeddings-inference
Inference Endpoints
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
33a8e26
heuristiccls-bert-scratch-wiki_and_books
/
special_tokens_map.json
sangmichaelxie
add tokenizer
be1a4f4
over 1 year 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]"
}