Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
hd10
/
semeval2020_task11_tc
like
0
Text Classification
Transformers
PyTorch
deberta
Inference Endpoints
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
eefb2a5
semeval2020_task11_tc
/
special_tokens_map.json
hd10
Add tokenizer config
d4c174c
over 3 years ago
raw
Copy download link
history
blame
Safe
161 Bytes
{
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"additional_special_tokens"
:
[
"[BOP]"
,
"[EOP]"
]
}