davidshtian commited on
Commit
83f77e4
1 Parent(s): b93418a

Training in progress, epoch 1

Browse files
adapter_config.json CHANGED
@@ -19,13 +19,13 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "down_proj",
23
- "up_proj",
24
  "k_proj",
 
 
25
  "o_proj",
 
26
  "gate_proj",
27
- "q_proj",
28
- "v_proj"
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_rslora": false
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
 
 
22
  "k_proj",
23
+ "v_proj",
24
+ "down_proj",
25
  "o_proj",
26
+ "up_proj",
27
  "gate_proj",
28
+ "q_proj"
 
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_rslora": false
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8bfac63fe5c80f127c4201dcac985d4ac748362ce7bb815ce3c06aceb270d7e9
3
- size 3221320120
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec203bf2afa5e8badcafb5a966a04340bccbee3821cb42f5f2b723fef2b82e57
3
+ size 2684416208
runs/Aug29_02-45-41_ip-172-31-28-62/events.out.tfevents.1724899557.ip-172-31-28-62.187645.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0516287f886c9899842899ce291dd08c5a96a337b875a6c50db32b093078e4f
3
+ size 12381
special_tokens_map.json CHANGED
@@ -1,23 +1,19 @@
1
  {
2
- "additional_special_tokens": [
3
- {
4
- "content": "<|im_start|>",
5
- "lstrip": false,
6
- "normalized": false,
7
- "rstrip": false,
8
- "single_word": false
9
- },
10
- {
11
- "content": "<|im_end|>",
12
- "lstrip": false,
13
- "normalized": false,
14
- "rstrip": false,
15
- "single_word": false
16
- }
17
- ],
18
- "bos_token": "<|im_start|>",
19
- "eos_token": "<|im_end|>",
20
- "pad_token": "<|im_end|>",
21
  "unk_token": {
22
  "content": "<unk>",
23
  "lstrip": false,
 
1
  {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
 
 
 
 
17
  "unk_token": {
18
  "content": "<unk>",
19
  "lstrip": false,
tokenizer.json CHANGED
@@ -6941,24 +6941,6 @@
6941
  "rstrip": false,
6942
  "normalized": false,
6943
  "special": true
6944
- },
6945
- {
6946
- "id": 32768,
6947
- "content": "<|im_start|>",
6948
- "single_word": false,
6949
- "lstrip": false,
6950
- "rstrip": false,
6951
- "normalized": false,
6952
- "special": true
6953
- },
6954
- {
6955
- "id": 32769,
6956
- "content": "<|im_end|>",
6957
- "single_word": false,
6958
- "lstrip": false,
6959
- "rstrip": false,
6960
- "normalized": false,
6961
- "special": true
6962
  }
6963
  ],
6964
  "normalizer": null,
 
6941
  "rstrip": false,
6942
  "normalized": false,
6943
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6944
  }
6945
  ],
6946
  "normalizer": null,
tokenizer_config.json CHANGED
@@ -6170,35 +6170,15 @@
6170
  "rstrip": false,
6171
  "single_word": false,
6172
  "special": true
6173
- },
6174
- "32768": {
6175
- "content": "<|im_start|>",
6176
- "lstrip": false,
6177
- "normalized": false,
6178
- "rstrip": false,
6179
- "single_word": false,
6180
- "special": true
6181
- },
6182
- "32769": {
6183
- "content": "<|im_end|>",
6184
- "lstrip": false,
6185
- "normalized": false,
6186
- "rstrip": false,
6187
- "single_word": false,
6188
- "special": true
6189
  }
6190
  },
6191
- "additional_special_tokens": [
6192
- "<|im_start|>",
6193
- "<|im_end|>"
6194
- ],
6195
- "bos_token": "<|im_start|>",
6196
- "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
6197
  "clean_up_tokenization_spaces": false,
6198
- "eos_token": "<|im_end|>",
6199
  "legacy": false,
6200
  "model_max_length": 1000000000000000019884624838656,
6201
- "pad_token": "<|im_end|>",
6202
  "sp_model_kwargs": {},
6203
  "spaces_between_special_tokens": false,
6204
  "tokenizer_class": "LlamaTokenizer",
 
6170
  "rstrip": false,
6171
  "single_word": false,
6172
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6173
  }
6174
  },
6175
+ "bos_token": "<s>",
6176
+ "chat_template": "{%- if messages[0][\"role\"] == \"system\" %}\n {%- set system_message = messages[0][\"content\"] %}\n {%- set loop_messages = messages[1:] %}\n{%- else %}\n {%- set loop_messages = messages %}\n{%- endif %}\n{%- if not tools is defined %}\n {%- set tools = none %}\n{%- endif %}\n{%- set user_messages = loop_messages | selectattr(\"role\", \"equalto\", \"user\") | list %}\n\n{#- This block checks for alternating user/assistant messages, skipping tool calling messages #}\n{%- set ns = namespace() %}\n{%- set ns.index = 0 %}\n{%- for message in loop_messages %}\n {%- if not (message.role == \"tool\" or message.role == \"tool_results\" or (message.tool_calls is defined and message.tool_calls is not none)) %}\n {%- if (message[\"role\"] == \"user\") != (ns.index % 2 == 0) %}\n {{- raise_exception(\"After the optional system message, conversation roles must alternate user/assistant/user/assistant/...\") }}\n {%- endif %}\n {%- set ns.index = ns.index + 1 %}\n {%- endif %}\n{%- endfor %}\n\n{{- bos_token }}\n{%- for message in loop_messages %}\n {%- if message[\"role\"] == \"user\" %}\n {%- if tools is not none and (message == user_messages[-1]) %}\n {{- \"[AVAILABLE_TOOLS] [\" }}\n {%- for tool in tools %}\n {%- set tool = tool.function %}\n {{- '{\"type\": \"function\", \"function\": {' }}\n {%- for key, val in tool.items() if key != \"return\" %}\n {%- if val is string %}\n {{- '\"' + key + '\": \"' + val + '\"' }}\n {%- else %}\n {{- '\"' + key + '\": ' + val|tojson }}\n {%- endif %}\n {%- if not loop.last %}\n {{- \", \" }}\n {%- endif %}\n {%- endfor %}\n {{- \"}}\" }}\n {%- if not loop.last %}\n {{- \", \" }}\n {%- else %}\n {{- \"]\" }}\n {%- endif %}\n {%- endfor %}\n {{- \"[/AVAILABLE_TOOLS]\" }}\n {%- endif %}\n {%- if loop.last and system_message is defined %}\n {{- \"[INST] \" + system_message + \"\\n\\n\" + message[\"content\"] + \"[/INST]\" }}\n {%- else %}\n {{- \"[INST] \" + message[\"content\"] + \"[/INST]\" }}\n {%- endif %}\n {%- elif message.tool_calls is defined and message.tool_calls is not none %}\n {{- \"[TOOL_CALLS] [\" }}\n {%- for tool_call in message.tool_calls %}\n {%- set out = tool_call.function|tojson %}\n {{- out[:-1] }}\n {%- if not tool_call.id is defined or tool_call.id|length != 9 %}\n {{- raise_exception(\"Tool call IDs should be alphanumeric strings with length 9!\") }}\n {%- endif %}\n {{- ', \"id\": \"' + tool_call.id + '\"}' }}\n {%- if not loop.last %}\n {{- \", \" }}\n {%- else %}\n {{- \"]\" + eos_token }}\n {%- endif %}\n {%- endfor %}\n {%- elif message[\"role\"] == \"assistant\" %}\n {{- \" \" + message[\"content\"]|trim + eos_token}}\n {%- elif message[\"role\"] == \"tool_results\" or message[\"role\"] == \"tool\" %}\n {%- if message.content is defined and message.content.content is defined %}\n {%- set content = message.content.content %}\n {%- else %}\n {%- set content = message.content %}\n {%- endif %}\n {{- '[TOOL_RESULTS] {\"content\": ' + content|string + \", \" }}\n {%- if not message.tool_call_id is defined or message.tool_call_id|length != 9 %}\n {{- raise_exception(\"Tool call IDs should be alphanumeric strings with length 9!\") }}\n {%- endif %}\n {{- '\"call_id\": \"' + message.tool_call_id + '\"}[/TOOL_RESULTS]' }}\n {%- else %}\n {{- raise_exception(\"Only user and assistant roles are supported, with the exception of an initial optional system message!\") }}\n {%- endif %}\n{%- endfor %}\n",
 
 
 
 
6177
  "clean_up_tokenization_spaces": false,
6178
+ "eos_token": "</s>",
6179
  "legacy": false,
6180
  "model_max_length": 1000000000000000019884624838656,
6181
+ "pad_token": "</s>",
6182
  "sp_model_kwargs": {},
6183
  "spaces_between_special_tokens": false,
6184
  "tokenizer_class": "LlamaTokenizer",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:26afefb9148637cd4dfcb72a9d735b74de53a4a9e52abd689e760d31416204ea
3
  size 5496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58a1ab7084213578115e7876e46f87562c3aa4b3b47cb7e58407876b599456ed
3
  size 5496