Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
voidful
/
changpt-bart
like
0
Text2Text Generation
Transformers
PyTorch
Safetensors
bart
Inference Endpoints
Model card
Files
Files and versions
Community
3
Train
Deploy
Use this model
f7a4e21
changpt-bart
/
special_tokens_map.json
voidful
init commit
26e2a81
over 1 year ago
raw
Copy download link
history
blame
Safe
173 Bytes
{
"bos_token"
:
"[CLS]"
,
"cls_token"
:
"[CLS]"
,
"eos_token"
:
"[EOS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}