Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
dakadkart
/
Firstmodel
like
0
Text Generation
Transformers
PyTorch
gpt2
text-generation-inference
Model card
Files
Files and versions
xet
Community
1
Deploy
Use this model
5f53d8a
Firstmodel
/
special_tokens_map.json
dakadkart
Upload tokenizer
1887319
over 2 years ago
raw
Copy download link
history
blame
228 Bytes
{
"additional_special_tokens"
:
[
"[PAD]"
,
"[UNK]"
,
"[CLS]"
,
"[SEP]"
,
"[MASK]"
]
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}