SimonMA commited on
Commit
8266a8c
1 Parent(s): 7cf3b56

Training in progress, step 50

Browse files
adapter_config.json CHANGED
@@ -20,7 +20,14 @@
20
  "revision": null,
21
  "target_modules": [
22
  "q_proj",
23
- "v_proj"
 
 
 
 
 
24
  ],
25
- "task_type": "CAUSAL_LM"
 
 
26
  }
 
20
  "revision": null,
21
  "target_modules": [
22
  "q_proj",
23
+ "gate_proj",
24
+ "o_proj",
25
+ "up_proj",
26
+ "k_proj",
27
+ "v_proj",
28
+ "down_proj"
29
  ],
30
+ "task_type": "CAUSAL_LM",
31
+ "use_dora": false,
32
+ "use_rslora": true
33
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3cbb6ef045a5e28266349c5ef4e5de5be086c678cc8d088770b2c0eb2f102b5e
3
- size 268453016
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b72cd78cb421c63789957e23cbe91cbe61948fd6c3d285f663c6c9614f7d957
3
+ size 2332095256
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<PAD>": 32016
3
+ }
runs/Mar13_13-46-39_322c8a67316a/events.out.tfevents.1710337615.322c8a67316a.1445.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e87e749354ec31fd8aca019ea12ba294bd43e837504acfd8adf890864f8f0cb3
3
+ size 5340
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45ccb9c8b6b561889acea59191d66986d314e7cbd6a78abc6e49b139ca91c1e6
3
+ size 500058
tokenizer_config.json CHANGED
@@ -74,6 +74,7 @@
74
  "▁<EOT>"
75
  ],
76
  "bos_token": "<s>",
 
77
  "clean_up_tokenization_spaces": false,
78
  "eos_token": "</s>",
79
  "eot_token": "▁<EOT>",
 
74
  "▁<EOT>"
75
  ],
76
  "bos_token": "<s>",
77
+ "chat_template": "{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% set system_message = false %}{% endif %}{% for message in loop_messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if loop.index0 == 0 and system_message != false %}{% set content = '<<SYS>>\\n' + system_message + '\\n<</SYS>>\\n\\n' + message['content'] %}{% else %}{% set content = message['content'] %}{% endif %}{% if message['role'] == 'user' %}{{ bos_token + '[INST] ' + content | trim + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ ' ' + content | trim + ' ' + eos_token }}{% endif %}{% endfor %}",
78
  "clean_up_tokenization_spaces": false,
79
  "eos_token": "</s>",
80
  "eot_token": "▁<EOT>",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:64c7ffd953e0cea8560ae4797c03d9d0e88d204ca93f6fa7f9a703b4c87404ac
3
- size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:156daeaae123bf35df931075838f2f8a7690115c2bc04b4f5564d5d1b7096281
3
+ size 4920