Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
binxu
/
Ziyue-GPT2
like
0
Text Generation
Transformers
PyTorch
Safetensors
Chinese
gpt2
text-generation-inference
Inference Endpoints
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
4baa9df
Ziyue-GPT2
/
special_tokens_map.json
binxu
First model version
e73b4c7
about 2 years ago
raw
Copy download link
history
blame
Safe
225 Bytes
{
"additional_special_tokens"
:
[
"<s>"
,
"<pad>"
,
"</s>"
,
"<unk>"
,
"<mask>"
]
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"<pad>"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}