Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
ranggics
/
bert2bert
like
0
Transformers
PyTorch
encoder-decoder
text2text-generation
Model card
Files
Files and versions
xet
Community
1
Deploy
Use this model
main
bert2bert
/
special_tokens_map.json
ranggics
Upload 9 files
ad4b497
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
156 Bytes
{
"bos_token"
:
"[CLS]"
,
"eos_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
}