Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
nlpunibo
/
distilbert_base_config3
like
0
Follow
NLP Unibo
2
Question Answering
Transformers
PyTorch
distilbert
Inference Endpoints
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
main
distilbert_base_config3
/
special_tokens_map.json
guyez
First version of the distilbert_base_config3 model and tokenizer.
91dcd04
almost 4 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
112 Bytes
{
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
}