Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
microsoft
/
CodeGPT-small-java
like
12
Follow
Microsoft
4,785
Text Generation
Transformers
PyTorch
google-tensorflow
TensorFlow
JAX
gpt2
text-generation-inference
Inference Endpoints
Model card
Files
Files and versions
Community
2
Train
Deploy
Use this model
3facf5b
CodeGPT-small-java
/
tokenizer_config.json
system
HF staff
Update tokenizer_config.json
6d6b0ee
about 4 years ago
raw
Copy download link
history
blame
Safe
153 Bytes
{
"bos_token"
:
"<s>"
,
"eos_token"
:
"</s>"
,
"pad_token"
:
"<pad>"
,
"unk_token"
:
"<|UNKNOWN|>"
,
"special_tokens_map_file"
:
null
,
"full_tokenizer_file"
:
null
}