Kaichengalex commited on
Commit
84e2978
·
verified ·
1 Parent(s): 2bdbb54

Delete tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -69
tokenizer_config.json DELETED
@@ -1,69 +0,0 @@
1
- {
2
- "add_bos_token": true,
3
- "add_eos_token": false,
4
- "add_prefix_space": null,
5
- "added_tokens_decoder": {
6
- "0": {
7
- "content": "<unk>",
8
- "lstrip": false,
9
- "normalized": false,
10
- "rstrip": false,
11
- "single_word": false,
12
- "special": true
13
- },
14
- "1": {
15
- "content": "<s>",
16
- "lstrip": false,
17
- "normalized": false,
18
- "rstrip": false,
19
- "single_word": false,
20
- "special": true
21
- },
22
- "2": {
23
- "content": "</s>",
24
- "lstrip": false,
25
- "normalized": false,
26
- "rstrip": false,
27
- "single_word": false,
28
- "special": true
29
- },
30
- "32000": {
31
- "content": "<image>",
32
- "lstrip": false,
33
- "normalized": false,
34
- "rstrip": false,
35
- "single_word": false,
36
- "special": true
37
- },
38
- "32001": {
39
- "content": "<pad>",
40
- "lstrip": false,
41
- "normalized": false,
42
- "rstrip": false,
43
- "single_word": false,
44
- "special": true
45
- }
46
- },
47
- "additional_special_tokens": [],
48
- "bos_token": "<s>",
49
- "chat_template": "{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if message['role'] == 'user' %}{{ '[INST] ' + message['content'] + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ message['content'] + eos_token}}{% else %}{{ raise_exception('Only user and assistant roles are supported!') }}{% endif %}{% endfor %}",
50
- "clean_up_tokenization_spaces": false,
51
- "eos_token": "</s>",
52
- "extra_special_tokens": {
53
- "image_token": "<image>"
54
- },
55
- "image_token": "<image>",
56
- "legacy": true,
57
- "max_length": null,
58
- "model_max_length": 1000000000000000019884624838656,
59
- "pad_to_multiple_of": null,
60
- "pad_token": "<pad>",
61
- "pad_token_type_id": 0,
62
- "padding_side": "left",
63
- "processor_class": "LlavaNextProcessor",
64
- "sp_model_kwargs": {},
65
- "spaces_between_special_tokens": false,
66
- "tokenizer_class": "LlamaTokenizer",
67
- "unk_token": "<unk>",
68
- "use_default_system_prompt": false
69
- }