nroggendorff commited on
Commit
37b3756
1 Parent(s): c5bc94d

Training loss: 6.7703

Browse files
Files changed (2) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +5 -5
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -40,7 +40,7 @@
40
  "single_word": false,
41
  "special": true
42
  },
43
- "32000": {
44
  "content": "<|user|>",
45
  "lstrip": false,
46
  "normalized": false,
@@ -48,7 +48,7 @@
48
  "single_word": false,
49
  "special": true
50
  },
51
- "32001": {
52
  "content": "<|bot|>",
53
  "lstrip": false,
54
  "normalized": false,
@@ -56,7 +56,7 @@
56
  "single_word": false,
57
  "special": true
58
  },
59
- "32002": {
60
  "content": "<|end|>",
61
  "lstrip": false,
62
  "normalized": false,
@@ -72,10 +72,10 @@
72
  ],
73
  "bos_token": "<s>",
74
  "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' %}{{ '<|user|>\n' + message['content'] + '<|end|>\n' }}{% elif message['role'] == 'assistant' %}{{ '<|bot|>\n' + message['content'] + '<|end|>\n' + eos_token}}{% else %}{{ raise_exception('Only user and assistant roles are supported!') }}{% endif %}{% endfor %}",
75
- "clean_up_tokenization_spaces": true,
76
  "eos_token": "</s>",
77
  "mask_token": "<mask>",
78
- "max_length": 128,
79
  "model_max_length": 1000000000000000019884624838656,
80
  "pad_to_multiple_of": null,
81
  "pad_token": "<pad>",
 
40
  "single_word": false,
41
  "special": true
42
  },
43
+ "1108": {
44
  "content": "<|user|>",
45
  "lstrip": false,
46
  "normalized": false,
 
48
  "single_word": false,
49
  "special": true
50
  },
51
+ "1109": {
52
  "content": "<|bot|>",
53
  "lstrip": false,
54
  "normalized": false,
 
56
  "single_word": false,
57
  "special": true
58
  },
59
+ "1110": {
60
  "content": "<|end|>",
61
  "lstrip": false,
62
  "normalized": false,
 
72
  ],
73
  "bos_token": "<s>",
74
  "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' %}{{ '<|user|>\n' + message['content'] + '<|end|>\n' }}{% elif message['role'] == 'assistant' %}{{ '<|bot|>\n' + message['content'] + '<|end|>\n' + eos_token}}{% else %}{{ raise_exception('Only user and assistant roles are supported!') }}{% endif %}{% endfor %}",
75
+ "clean_up_tokenization_spaces": false,
76
  "eos_token": "</s>",
77
  "mask_token": "<mask>",
78
+ "max_length": 512,
79
  "model_max_length": 1000000000000000019884624838656,
80
  "pad_to_multiple_of": null,
81
  "pad_token": "<pad>",