Text Generation
Transformers
PyTorch
code
gpt2
custom_code
Eval Results
text-generation-inference
File size: 381 Bytes
8e797c0
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
{
  "add_prefix_space": false,
  "bos_token": "<|endoftext|>",
  "eos_token": "<|endoftext|>",
  "errors": "replace",
  "model_max_length": 2048,
  "special_tokens_map_file": "/root/.cache/huggingface/hub/models--bigcode--santacoder/snapshots/e4640726d600d55c806648f73e455be105d50af8/special_tokens_map.json",
  "tokenizer_class": "GPT2Tokenizer",
  "unk_token": "<|endoftext|>"
}