Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
ErickMVdO
/
lesson4
like
0
Text Classification
Transformers
PyTorch
deberta-v2
Model card
Files
Files and versions
xet
Community
1
Deploy
Use this model
main
lesson4
/
special_tokens_map.json
ErickMVdO
add tokenizer
a23fb9c
over 3 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
156 Bytes
{
"bos_token"
:
"[CLS]"
,
"eos_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
}