Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
microsoft
/
CodeGPT-small-py
like
26
Follow
Microsoft
14k
Text Generation
Transformers
PyTorch
google-tensorflow
TensorFlow
JAX
gpt2
text-generation-inference
Model card
Files
Files and versions
xet
Community
6
Train
Deploy
Use this model
refs/pr/5
CodeGPT-small-py
/
tokenizer_config.json
system
HF Staff
Update tokenizer_config.json
e867ea7
almost 5 years ago
raw
Copy download link
history
blame
Safe
175 Bytes
{
"sep_token"
:
"<EOL>"
,
"bos_token"
:
"<s>"
,
"eos_token"
:
"</s>"
,
"pad_token"
:
"<pad>"
,
"unk_token"
:
"<|UNKNOWN|>"
,
"special_tokens_map_file"
:
null
,
"full_tokenizer_file"
:
null
}