Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
AhmedSSoliman
/
DistilBERT-Marian-Model-on-DJANGO
like
0
Translation
Transformers
PyTorch
AhmedSSoliman/DJANGO
English
encoder-decoder
text2text-generation
Code Generation
Machine translation
Text generation
Inference Endpoints
License:
mit
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
main
DistilBERT-Marian-Model-on-DJANGO
/
special_tokens_map.json
AhmedSSoliman
Upload 11 files
abea848
almost 2 years 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]"
}