Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
voidful
/
changpt-bart
like
0
Transformers
PyTorch
Safetensors
bart
text2text-generation
Model card
Files
Files and versions
xet
Community
3
Deploy
Use this model
refs/pr/2
changpt-bart
/
special_tokens_map.json
voidful
init commit
26e2a81
almost 3 years ago
raw
Copy download link
history
blame
173 Bytes
{
"bos_token"
:
"[CLS]"
,
"cls_token"
:
"[CLS]"
,
"eos_token"
:
"[EOS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}