Ttimofeyka commited on
Commit
037a2c4
1 Parent(s): 04aed2c

Upload tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +32 -3
tokenizer_config.json CHANGED
@@ -26,18 +26,47 @@
26
  "rstrip": false,
27
  "single_word": false,
28
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  }
30
  },
 
 
 
 
31
  "bos_token": "<s>",
32
  "clean_up_tokenization_spaces": false,
33
  "eos_token": "</s>",
34
- "legacy": true,
35
  "model_max_length": 1000000000000000019884624838656,
36
- "pad_token": "</s>",
 
37
  "sp_model_kwargs": {},
38
  "spaces_between_special_tokens": false,
39
  "tokenizer_class": "LlamaTokenizer",
40
  "unk_token": "<unk>",
41
- "use_default_system_prompt": false,
42
  "use_fast": true
43
  }
 
26
  "rstrip": false,
27
  "single_word": false,
28
  "special": true
29
+ },
30
+ "32000": {
31
+ "content": "[PAD]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "32001": {
39
+ "content": "<|im_start|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": true
45
+ },
46
+ "32002": {
47
+ "content": "<|im_end|>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": true
53
  }
54
  },
55
+ "additional_special_tokens": [
56
+ "<|im_start|>",
57
+ "<|im_end|>"
58
+ ],
59
  "bos_token": "<s>",
60
  "clean_up_tokenization_spaces": false,
61
  "eos_token": "</s>",
62
+ "legacy": false,
63
  "model_max_length": 1000000000000000019884624838656,
64
+ "pad_token": "[PAD]",
65
+ "padding_side": "right",
66
  "sp_model_kwargs": {},
67
  "spaces_between_special_tokens": false,
68
  "tokenizer_class": "LlamaTokenizer",
69
  "unk_token": "<unk>",
70
+ "use_default_system_prompt": true,
71
  "use_fast": true
72
  }