File size: 235 Bytes
262f84f
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
{
  "tokenizer_class": "PreTrainedTokenizerFast",
  "bos_token": "<bos>",
  "eos_token": "<eos>",
  "unk_token": "<unk>",
  "pad_token": "<pad>",
  "model_max_length": 8192,
  "tokenizer_file": "strategic_tokenizer_gpt4.json"
}