Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
d8888
/
nlpstudy_distilbert
like
0
Token Classification
Transformers
PyTorch
distilbert
Inference Endpoints
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
549c7c6
nlpstudy_distilbert
/
special_tokens_map.json
d8888
model trained
549c7c6
almost 2 years ago
raw
Copy download link
history
blame
Safe
125 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}