File size: 666 Bytes
dd6a333
a067e5d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dd6a333
a067e5d
dd6a333
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "add_bos_token": true,
  "add_eos_token": true,
  "added_tokens_decoder": {
    "128256": {
      "content": "<|begin_of_text|>",
      "lstrip": false,
      "normalized": false,
      "rstrip": false,
      "single_word": false,
      "special": true
    },
    "128257": {
      "content": "<|end_of_text|>",
      "lstrip": false,
      "normalized": false,
      "rstrip": false,
      "single_word": false,
      "special": true
    }
  },
  "bos_token": "<|begin_of_text|>",
  "eos_token": "<|end_of_text|>",
  "clean_up_tokenization_spaces": false,
  "model_input_names": ["input_ids", "attention_mask"],
  "tokenizer_class": "PreTrainedTokenizerFast"
}