SeanLee97 commited on
Commit
5321f41
1 Parent(s): 80f1b17

Training in progress, step 100

Browse files
adapter_config.json CHANGED
@@ -15,17 +15,17 @@
15
  "megatron_core": "megatron.core",
16
  "modules_to_save": null,
17
  "peft_type": "LORA",
18
- "r": 64,
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
  "up_proj",
23
- "down_proj",
24
- "o_proj",
25
- "k_proj",
26
  "v_proj",
 
27
  "gate_proj",
28
- "q_proj"
 
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_rslora": false
 
15
  "megatron_core": "megatron.core",
16
  "modules_to_save": null,
17
  "peft_type": "LORA",
18
+ "r": 128,
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
  "up_proj",
23
+ "q_proj",
 
 
24
  "v_proj",
25
+ "k_proj",
26
  "gate_proj",
27
+ "down_proj",
28
+ "o_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:535e080e3a598aa5b85dadb5c4fd070e75f03dc507f5fef18b6ba8c29b2834c4
3
- size 639691872
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50aefb9eeac7ccef6381ee4dc413f2db08d745faf0f6f0b7772260c4fff4416d
3
+ size 1279323952
angle.config CHANGED
@@ -5,18 +5,18 @@
5
  "pooling_strategy": "cls",
6
  "lora_config_kwargs": {
7
  "task_type": "CAUSAL_LM",
8
- "r": 64,
9
  "lora_alpha": 8,
10
  "lora_dropout": 0.05,
11
  "bias": "none",
12
  "target_modules": [
13
- "down_proj",
14
- "o_proj",
15
- "v_proj",
16
  "k_proj",
17
- "up_proj",
 
 
18
  "gate_proj",
19
- "q_proj"
 
20
  ]
21
  },
22
  "apply_lora": 1
 
5
  "pooling_strategy": "cls",
6
  "lora_config_kwargs": {
7
  "task_type": "CAUSAL_LM",
8
+ "r": 128,
9
  "lora_alpha": 8,
10
  "lora_dropout": 0.05,
11
  "bias": "none",
12
  "target_modules": [
 
 
 
13
  "k_proj",
14
+ "q_proj",
15
+ "v_proj",
16
+ "o_proj",
17
  "gate_proj",
18
+ "down_proj",
19
+ "up_proj"
20
  ]
21
  },
22
  "apply_lora": 1
runs/Mar26_14-12-55_instance-20240226-074643/events.out.tfevents.1711462382.instance-20240226-074643.1699661.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26faf6d6cdb71cd3dca5706f56fa8c590500cc4b8562416bef8959505c4f5621
3
+ size 5413
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0fb9527e14cb8b3ca4d8e0759e3c1bc0a71a0a26b94f93e690e0b6463819110d
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8c41d6589f3f961edd3468c3af13c3c5dd8f49872630e845f622fd35b2314b2
3
  size 5048