SeanLee97 commited on
Commit
d6f3cee
1 Parent(s): 9538ffb

Training in progress, step 100

Browse files
adapter_config.json CHANGED
@@ -10,22 +10,22 @@
10
  "layers_to_transform": null,
11
  "loftq_config": {},
12
  "lora_alpha": 128,
13
- "lora_dropout": 0.1,
14
  "megatron_config": null,
15
  "megatron_core": "megatron.core",
16
  "modules_to_save": null,
17
  "peft_type": "LORA",
18
- "r": 256,
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "k_proj",
23
- "q_proj",
24
- "up_proj",
25
  "gate_proj",
 
26
  "o_proj",
27
- "down_proj",
28
- "v_proj"
 
 
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_rslora": false
 
10
  "layers_to_transform": null,
11
  "loftq_config": {},
12
  "lora_alpha": 128,
13
+ "lora_dropout": 0.05,
14
  "megatron_config": null,
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
  "gate_proj",
23
+ "q_proj",
24
  "o_proj",
25
+ "v_proj",
26
+ "up_proj",
27
+ "k_proj",
28
+ "down_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:728f17232ede782bd4d8adfed009764b81f26ca9aa2ecc7aec3b6836f207e997
3
- size 2558587064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d521e28dbcddbaf7d4d927823f1737079371d39ca4f7efa1d0e600344b66683
3
+ size 639691872
angle.config CHANGED
@@ -5,18 +5,18 @@
5
  "pooling_strategy": "cls",
6
  "lora_config_kwargs": {
7
  "task_type": "CAUSAL_LM",
8
- "r": 256,
9
  "lora_alpha": 128,
10
- "lora_dropout": 0.1,
11
  "bias": "none",
12
  "target_modules": [
13
- "q_proj",
14
- "v_proj",
15
  "k_proj",
16
- "down_proj",
17
  "o_proj",
 
 
 
18
  "up_proj",
19
- "gate_proj"
20
  ]
21
  },
22
  "apply_lora": 1
 
5
  "pooling_strategy": "cls",
6
  "lora_config_kwargs": {
7
  "task_type": "CAUSAL_LM",
8
+ "r": 64,
9
  "lora_alpha": 128,
10
+ "lora_dropout": 0.05,
11
  "bias": "none",
12
  "target_modules": [
 
 
13
  "k_proj",
 
14
  "o_proj",
15
+ "q_proj",
16
+ "down_proj",
17
+ "gate_proj",
18
  "up_proj",
19
+ "v_proj"
20
  ]
21
  },
22
  "apply_lora": 1
runs/Apr07_08-07-05_instance-20240226-074643/events.out.tfevents.1712477231.instance-20240226-074643.980655.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fb7c6900beec7446589ce5d4ab16d668ad97198d604d9c3301434f0baa6bc1f
3
+ size 5486
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce3d0279f2096d91e3d0b0a1c48adfb48125a2c4ce69ac510eb02420fb32d255
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8ac4d46d101851b8d20dea76a03f66454781102688a534e4d697f8a77cfdfb8
3
  size 5048