Hugging Face
Models
Datasets
Spaces
Docs
Solutions
Pricing
Log In
Sign Up
nlpunibo
/
distilbert_config2
Copied
like
0
Question Answering
PyTorch
Transformers
distilbert
AutoTrain Compatible
Model card
Files
Files and versions
Community
Train
Deploy
Use in Transformers
main
distilbert_config2
/
special_tokens_map.json
guyez
First version of the distilbert_config2 model and tokenizer.
d7c72db
over 1 year ago
raw
history
blame
contribute
delete
Safe
112 Bytes
{
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
}