Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
microsoft
/
CodeGPT-small-py
like
25
Follow
Microsoft
8.61k
Text Generation
Transformers
PyTorch
google-tensorflow
TensorFlow
JAX
gpt2
text-generation-inference
Inference Endpoints
Model card
Files
Files and versions
Community
5
Train
Deploy
Use this model
e867ea7
CodeGPT-small-py
/
tokenizer_config.json
system
HF staff
Update tokenizer_config.json
e867ea7
over 4 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
}