Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
l-yohai
/
kobigbird-base-klue-mrc
like
0
Question Answering
Transformers
PyTorch
Safetensors
big_bird
Inference Endpoints
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
refs/pr/1
kobigbird-base-klue-mrc
/
special_tokens_map.json
l-yohai
add: kobigbird base finetuned klue mrc
a43ea58
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]"
}