Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
patrickvonplaten
/
bert2bert-cnn_dailymail-fp16
like
4
Text2Text Generation
Transformers
PyTorch
encoder-decoder
Inference Endpoints
Model card
Files
Files and versions
Community
2
Train
Deploy
Use this model
refs/pr/1
bert2bert-cnn_dailymail-fp16
/
special_tokens_map.json
system
HF staff
Update special_tokens_map.json
db14a5c
over 4 years ago
raw
Copy download link
history
blame
Safe
156 Bytes
{
"bos_token"
:
"[CLS]"
,
"eos_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
}