ZeusCabanas commited on
Commit
7382639
·
verified ·
1 Parent(s): 7ffdf25

Delete tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -42
tokenizer_config.json DELETED
@@ -1,42 +0,0 @@
1
- {
2
- "added_tokens_decoder": {
3
- "0": {
4
- "content": "<|endoftext|>",
5
- "lstrip": false,
6
- "normalized": false,
7
- "rstrip": false,
8
- "single_word": false,
9
- "special": true
10
- },
11
- "1": {
12
- "content": "<|im_start|>",
13
- "lstrip": false,
14
- "normalized": false,
15
- "rstrip": false,
16
- "single_word": false,
17
- "special": true
18
- },
19
- "2": {
20
- "content": "<|im_end|>",
21
- "lstrip": false,
22
- "normalized": false,
23
- "rstrip": false,
24
- "single_word": false,
25
- "special": true
26
- }
27
- },
28
- "additional_special_tokens": [
29
- "<|endoftext|>",
30
- "<|im_start|>",
31
- "<|im_end|>"
32
- ],
33
- "bos_token": "<|im_start|>",
34
- "chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nAIko laguntzaile lagungarria zara, GPT-Bi izenekoa, AuriLab-ek hezia.<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
35
- "clean_up_tokenization_spaces": false,
36
- "eos_token": "<|im_end|>",
37
- "extra_special_tokens": {},
38
- "model_max_length": 1000000000000000019884624838656,
39
- "pad_token": "<|im_end|>",
40
- "tokenizer_class": "PreTrainedTokenizerFast",
41
- "unk_token": "<|endoftext|>"
42
- }