File size: 343 Bytes
1e02e98
1c4f6e3
 
 
 
 
 
 
 
 
1e02e98
1c4f6e3
 
1e02e98
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "add_prefix_space": false,
  "bos_token": "<|BOS|>",
  "cls_token": "<|CLS|>",
  "eos_token": "<|EOS|>",
  "mask_token": "<|MASK|>",
  "model_max_length": 1024,
  "name_or_path": "gpt2",
  "pad_token": "<|PAD|>",
  "sep_token": "<|SEP|>",
  "special_tokens_map_file": null,
  "tokenizer_class": "GPT2Tokenizer",
  "unk_token": "<|UNK|>"
}