Hugging Face
Models
Datasets
Spaces
Docs
Solutions
Pricing
Log In
Sign Up
ktrapeznikov
/
scibert_scivocab_uncased_squad_v2
Copied
like
0
Question Answering
PyTorch
JAX
Transformers
bert
AutoTrain Compatible
Model card
Files
Files and versions
Community
Train
Deploy
Use in Transformers
main
scibert_scivocab_uncased_squad_v2
/
special_tokens_map.json
system
Update special_tokens_map.json
69310e5
about 2 years ago
raw
history
blame
contribute
delete
Safe
112 Bytes
{
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
}