venetis commited on
Commit
5851b0d
1 Parent(s): 372e3b6

Training in progress, step 98

Browse files
adapter_config.json CHANGED
@@ -24,12 +24,12 @@
24
  "revision": null,
25
  "target_modules": [
26
  "up_proj",
27
- "o_proj",
28
  "gate_proj",
29
- "q_proj",
 
30
  "k_proj",
31
  "down_proj",
32
- "v_proj"
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
 
24
  "revision": null,
25
  "target_modules": [
26
  "up_proj",
 
27
  "gate_proj",
28
+ "v_proj",
29
+ "o_proj",
30
  "k_proj",
31
  "down_proj",
32
+ "q_proj"
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0d7a67f1da64aacb5233cba814213bb35c2099de72acee475024afaa3f5fa199
3
  size 6471972152
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60bcaeb75bf922d81de501102a0ce009ec9131805450b9a7f9eee8228bbdceba
3
  size 6471972152
tokenizer_config.json CHANGED
@@ -2066,7 +2066,7 @@
2066
  }
2067
  },
2068
  "bos_token": "<|begin_of_text|>",
2069
- "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% 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 %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
2070
  "clean_up_tokenization_spaces": true,
2071
  "eos_token": "<|im_end|>",
2072
  "model_input_names": [
 
2066
  }
2067
  },
2068
  "bos_token": "<|begin_of_text|>",
2069
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
2070
  "clean_up_tokenization_spaces": true,
2071
  "eos_token": "<|im_end|>",
2072
  "model_input_names": [
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f66d2a36b6f48c04b32105395da62a475fcc59ea88cc27ae0d13084ff2f69f64
3
  size 5880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ebf7912fc1b0b636d23a62448a081cd303fbed2fbfd2522cdb54181d80d0bee
3
  size 5880