LeroyDyer commited on
Commit
482b5c7
·
verified ·
1 Parent(s): 9f99935

Delete TOKENIZER_tokenizer_config.json

Browse files
Files changed (1) hide show
  1. TOKENIZER_tokenizer_config.json +0 -83
TOKENIZER_tokenizer_config.json DELETED
@@ -1,83 +0,0 @@
1
- {
2
- "add_bos_token": true,
3
- "add_eos_token": false,
4
- "added_tokens_decoder": {
5
- "0": {
6
- "content": "<unk>",
7
- "lstrip": false,
8
- "normalized": false,
9
- "rstrip": false,
10
- "single_word": false,
11
- "special": true
12
- },
13
- "1": {
14
- "content": "<s>",
15
- "lstrip": false,
16
- "normalized": false,
17
- "rstrip": false,
18
- "single_word": false,
19
- "special": true
20
- },
21
- "2": {
22
- "content": "</s>",
23
- "lstrip": false,
24
- "normalized": false,
25
- "rstrip": false,
26
- "single_word": false,
27
- "special": true
28
- },
29
- "32000": {
30
- "content": "<|startthought|>",
31
- "lstrip": false,
32
- "normalized": false,
33
- "rstrip": false,
34
- "single_word": false,
35
- "special": true
36
- },
37
- "32001": {
38
- "content": "<|endthought|>",
39
- "lstrip": false,
40
- "normalized": false,
41
- "rstrip": false,
42
- "single_word": false,
43
- "special": true
44
- },
45
- "32002": {
46
- "content": "<image>",
47
- "lstrip": false,
48
- "normalized": false,
49
- "rstrip": false,
50
- "single_word": false,
51
- "special": true
52
- },
53
- "32003": {
54
- "content": "<pad>",
55
- "lstrip": false,
56
- "normalized": false,
57
- "rstrip": false,
58
- "single_word": false,
59
- "special": true
60
- }
61
- },
62
- "additional_special_tokens": [
63
- "<|startthought|>",
64
- "<|endthought|>",
65
- "<|startthought|>",
66
- "<image>",
67
- "<pad>"
68
- ],
69
- "bos_token": "<s>",
70
- "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 %}",
71
- "clean_up_tokenization_spaces": false,
72
- "eos_token": "</s>",
73
- "legacy": true,
74
- "model_max_length": 1000000000000000019884624838656,
75
- "pad_token": "</s>",
76
- "padding_side": "right",
77
- "sp_model_kwargs": {},
78
- "spaces_between_special_tokens": false,
79
- "tokenizer_class": "LlamaTokenizer",
80
- "truncation": true,
81
- "unk_token": "<unk>",
82
- "use_default_system_prompt": false
83
- }