Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
sulgi
/
topic_exercise
like
0
Text Classification
Transformers
PyTorch
big_bird
Inference Endpoints
License:
other
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
9d964ca
topic_exercise
/
special_tokens_map.json
sulgi
Upload 11 files
9d964ca
about 1 year 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]"
}