Text Generation
Transformers
ONNX
Safetensors
English
gpt2
chess
pgn
causal-lm
game-playing
text-generation-inference
File size: 224 Bytes
472946d
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
{
  "tokenizer_class": "PreTrainedTokenizerFast",
  "bos_token": "[g_start]",
  "eos_token": "[g_end]",
  "unk_token": "[unknown]",
  "pad_token": "[pad]",
  "model_max_length": 256,
  "clean_up_tokenization_spaces": false
}