Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
ohsuz
/
koreapas-finetuned-korquad
like
2
Table Question Answering
Transformers
PyTorch
tapas
Inference Endpoints
Model card
Files
Files and versions
Community
2
Train
Deploy
Use this model
706a932
koreapas-finetuned-korquad
/
special_tokens_map.json
ohsuz
add tokenizer
8a2d461
almost 2 years ago
raw
Copy download link
history
blame
Safe
154 Bytes
{
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"additional_special_tokens"
:
[
"[EMPTY]"
]
}