Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
YuJungSoo
/
kobigbird-pure46-467565
like
0
Question Answering
Transformers
PyTorch
TensorBoard
custom_squad_v2
big_bird
Generated from Trainer
Inference Endpoints
Model card
Files
Files and versions
Metrics
Training metrics
Community
Train
Deploy
Use this model
67496a0
kobigbird-pure46-467565
/
special_tokens_map.json
YuJungSoo
kobigbird-pure46-467565
67496a0
almost 2 years ago
raw
Copy download link
history
blame
Safe
170 Bytes
{
"bos_token"
:
"<s>"
,
"cls_token"
:
"[CLS]"
,
"eos_token"
:
"</s>"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}