Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
metamong1
/
bigbart_tapt_ep3_bs16_pre_RD
like
0
Follow
final_project
7
Text2Text Generation
Transformers
PyTorch
encoder-decoder
Inference Endpoints
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
3e915e4
bigbart_tapt_ep3_bs16_pre_RD
/
special_tokens_map.json
j961224
add tokenizer
3e915e4
about 3 years ago
raw
Copy download link
history
blame
Safe
153 Bytes
{
"bos_token"
:
"<s>"
,
"eos_token"
:
"</s>"
,
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
}