Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
romuNoob
/
test
like
0
Text Generation
Transformers
PyTorch
JAX
gpt2
conversational
text-generation-inference
Inference Endpoints
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
ddcd07b
test
/
special_tokens_map.json
romuNoob
Upload special_tokens_map.json
ce74a00
almost 3 years ago
raw
Copy download link
history
blame
Safe
131 Bytes
{
"bos_token"
:
"<s>"
,
"eos_token"
:
"</s>"
,
"unk_token"
:
"<unk>"
,
"pad_token"
:
"<pad>"
,
"cls_token"
:
"<cls>"
,
"mask_token"
:
"<mask>"
}