Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
microsoft
/
CodeGPT-small-java
like
14
Follow
Microsoft
14k
Text Generation
Transformers
PyTorch
google-tensorflow
TensorFlow
JAX
gpt2
text-generation-inference
Model card
Files
Files and versions
xet
Community
2
Train
Deploy
Use this model
refs/pr/2
CodeGPT-small-java
/
tokenizer_config.json
system
HF Staff
Update tokenizer_config.json
6d6b0ee
almost 5 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
}