bug7 commited on
Commit
9e6b7d4
·
verified ·
1 Parent(s): a5f3bd1

Delete tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -67
tokenizer_config.json DELETED
@@ -1,67 +0,0 @@
1
- {
2
- "add_bos_token": false,
3
- "add_eos_token": false,
4
- "add_prefix_space": true,
5
- "added_tokens_decoder": {
6
- "0": {
7
- "content": "<|pad|>",
8
- "lstrip": false,
9
- "normalized": false,
10
- "rstrip": false,
11
- "single_word": false,
12
- "special": true
13
- },
14
- "1": {
15
- "content": "<|begin_of_text|>",
16
- "lstrip": false,
17
- "normalized": false,
18
- "rstrip": false,
19
- "single_word": false,
20
- "special": true
21
- },
22
- "2": {
23
- "content": "<|end_of_text|>",
24
- "lstrip": false,
25
- "normalized": false,
26
- "rstrip": false,
27
- "single_word": false,
28
- "special": true
29
- },
30
- "5": {
31
- "content": "<|eot_id|>",
32
- "lstrip": false,
33
- "normalized": false,
34
- "rstrip": false,
35
- "single_word": false,
36
- "special": true
37
- },
38
- "6": {
39
- "content": "<|start_header_id|>",
40
- "lstrip": false,
41
- "normalized": false,
42
- "rstrip": false,
43
- "single_word": false,
44
- "special": true
45
- },
46
- "7": {
47
- "content": "<|end_header_id|>",
48
- "lstrip": false,
49
- "normalized": false,
50
- "rstrip": false,
51
- "single_word": false,
52
- "special": true
53
- }
54
- },
55
- "bos_token": "<|begin_of_text|>",
56
- "chat_template": "{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
57
- "clean_up_tokenization_spaces": false,
58
- "eos_token": "<|end_of_text|>",
59
- "legacy": true,
60
- "model_max_length": 4096,
61
- "pad_token": "<|pad|>",
62
- "padding_side": "right",
63
- "sp_model_kwargs": {},
64
- "spaces_between_special_tokens": false,
65
- "tokenizer_class": "PreTrainedTokenizerFast",
66
- "use_default_system_prompt": false
67
- }