Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
huranokuma
/
es
like
1
Text Generation
Transformers
PyTorch
Japanese
gpt2
japanese
lm
nlp
text-generation-inference
Inference Endpoints
License:
mit
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
681308b
es
/
special_tokens_map.json
huranokuma
Upload special_tokens_map.json
cbb8e64
over 2 years ago
raw
Copy download link
history
blame
Safe
170 Bytes
{
"bos_token"
:
"<s>"
,
"cls_token"
:
"[CLS]"
,
"eos_token"
:
"</s>"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"<unk>"
}