Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
taeminlee
/
kodialogpt2-base
like
0
Text Generation
Transformers
PyTorch
JAX
gpt2
text-generation-inference
Inference Endpoints
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
9de7878
kodialogpt2-base
/
special_tokens_map.json
system
HF staff
Update special_tokens_map.json
9de7878
over 4 years ago
raw
Copy download link
history
blame
Safe
150 Bytes
{
"bos_token"
:
"<s>"
,
"eos_token"
:
"</s>"
,
"unk_token"
:
"<unk>"
,
"pad_token"
:
"<pad>"
,
"additional_special_tokens"
:
[
"<|endofturn|>"
,
"<|endoftext|>"
]
}