Hugging Face
Models
Datasets
Spaces
Docs
Solutions
Pricing
Log In
Sign Up
WikinewsSum
/
bert2bert-multi-en-wiki-news
Copied
like
0
Text2Text Generation
PyTorch
Transformers
encoder-decoder
AutoTrain Compatible
Model card
Files
Files and versions
Train
Deploy
Use in Transformers
25c8ce5
bert2bert-multi-en-wiki-news
/
special_tokens_map.json
system
Update special_tokens_map.json
25c8ce5
almost 2 years ago
raw
history
blame
Safe
112 Bytes
{
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
}