Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
LujainAbdulrahman
/
customModel
like
0
PyTorch
custom_seq2seq
Model card
Files
Files and versions
Community
main
customModel
/
special_tokens_map.json
LujainAbdulrahman
Initial commit of the custom Seq2SeqTransformer model
01ca5fd
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
125 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}