File size: 234 Bytes
bdb11fe
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
{
  "additional_special_tokens": [
    "<|endoftext|>"
  ],
  "bos_token": "<|bos|>",
  "eos_token": "<|eos|>",
  "model_max_length": 512,
  "pad_token": "<|pad|>",
  "tokenizer_class": "GPT2TokenizerFast",
  "unk_token": "<|unk|>"
}