ytcheng commited on
Commit
ba54dda
1 Parent(s): 63dab02

Training in progress, epoch 0

Browse files
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "o_proj",
24
- "down_proj",
25
  "gate_proj",
26
- "up_proj",
27
- "v_proj",
28
  "k_proj",
29
- "q_proj"
 
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "gate_proj",
24
+ "q_proj",
 
25
  "k_proj",
26
+ "v_proj",
27
+ "down_proj",
28
+ "o_proj",
29
+ "up_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c694b00b8f53eb6b0d90fdfda3b8d1116a54b147d9a5714dc90a03396224dfe9
3
  size 83946192
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33c3f17b6f4b12be5a29d1da46739ba4c80c72123aaaea41e3fb37135e576856
3
  size 83946192
runs/May09_01-15-32_fb8e6758171a/events.out.tfevents.1715217350.fb8e6758171a.167.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6eac9463f7ef258a07006acafdf98c2a90ebfbb57d07f571969f883d1060e9ff
3
+ size 6369
tokenizer_config.json CHANGED
@@ -2050,7 +2050,7 @@
2050
  }
2051
  },
2052
  "bos_token": "<|begin_of_text|>",
2053
- "chat_template": "{% for message in messages %}{% if message['role'] == 'system' %}{{ message['content'] }}{% elif message['role'] == 'user' %}{{ '\n\nHuman: ' + message['content'] + eos_token }}{% elif message['role'] == 'assistant' %}{{ '\n\nAssistant: ' + message['content'] + eos_token }}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '\n\nAssistant: ' }}{% endif %}",
2054
  "clean_up_tokenization_spaces": true,
2055
  "eos_token": "<|end_of_text|>",
2056
  "model_input_names": [
 
2050
  }
2051
  },
2052
  "bos_token": "<|begin_of_text|>",
2053
+ "chat_template": "{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}",
2054
  "clean_up_tokenization_spaces": true,
2055
  "eos_token": "<|end_of_text|>",
2056
  "model_input_names": [
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:811d3af4ffacf56cee8bb26d567f40e8d804fb8a35a42529a03c00f374b42648
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56a75bf51e7e9de55ba039d4d1dd2d4bc24fb17774cd32ad0a67dd27384b075a
3
  size 5304