bout69migits commited on
Commit
0a76298
·
verified ·
1 Parent(s): 20d21aa

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -2
tokenizer_config.json CHANGED
@@ -36,11 +36,10 @@
36
  }
37
  },
38
  "bos_token": "<bos>",
39
- "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
40
  "clean_up_tokenization_spaces": false,
41
  "eos_token": "<eos>",
42
  "legacy": null,
43
- "model_max_length": 3072,
44
  "pad_token": "<pad>",
45
  "sp_model_kwargs": {},
46
  "spaces_between_special_tokens": false,
 
36
  }
37
  },
38
  "bos_token": "<bos>",
 
39
  "clean_up_tokenization_spaces": false,
40
  "eos_token": "<eos>",
41
  "legacy": null,
42
+ "model_max_length": 1000000000000000019884624838656,
43
  "pad_token": "<pad>",
44
  "sp_model_kwargs": {},
45
  "spaces_between_special_tokens": false,