SeanLee97 commited on
Commit
6e532d0
1 Parent(s): 7a57378

Training in progress, step 600

Browse files
adapter_config.json CHANGED
@@ -9,8 +9,8 @@
9
  "layers_pattern": null,
10
  "layers_to_transform": null,
11
  "loftq_config": {},
12
- "lora_alpha": 16,
13
- "lora_dropout": 0.1,
14
  "megatron_config": null,
15
  "megatron_core": "megatron.core",
16
  "modules_to_save": null,
@@ -19,13 +19,13 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "v_proj",
23
- "gate_proj",
24
  "up_proj",
 
25
  "o_proj",
26
- "q_proj",
27
  "k_proj",
28
- "down_proj"
 
 
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_rslora": false
 
9
  "layers_pattern": null,
10
  "layers_to_transform": null,
11
  "loftq_config": {},
12
+ "lora_alpha": 8,
13
+ "lora_dropout": 0.05,
14
  "megatron_config": null,
15
  "megatron_core": "megatron.core",
16
  "modules_to_save": null,
 
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
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b57ea5a1ef855f82289c8f361d8ef315ad65ad3e8fa8ebe4e0cfa3f79daf85c3
3
  size 639691872
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3045d4b53a766449f8668b330b3cd3b971e0e17f5f90f5dd7cf7d877fb9c79fc
3
  size 639691872
angle.config CHANGED
@@ -6,17 +6,17 @@
6
  "lora_config_kwargs": {
7
  "task_type": "CAUSAL_LM",
8
  "r": 64,
9
- "lora_alpha": 16,
10
- "lora_dropout": 0.1,
11
  "bias": "none",
12
  "target_modules": [
13
- "v_proj",
14
- "gate_proj",
15
- "up_proj",
16
  "o_proj",
17
- "q_proj",
18
  "k_proj",
19
- "down_proj"
 
 
20
  ]
21
  },
22
  "apply_lora": 1
 
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
runs/Mar24_10-47-38_instance-20240226-074643/events.out.tfevents.1711277263.instance-20240226-074643.300367.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2a1943a54f59c29a67d1daec8494ad86f36b74cd89888f2d063ba598c77972b6
3
- size 12587
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc396ec7b0976124cd4c84b0297d17769b5d16d6262c48b7318bda8030b7bc4d
3
+ size 12941
runs/Mar25_00-38-15_instance-20240226-074643/events.out.tfevents.1711327099.instance-20240226-074643.678920.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4015acffea7631cc7edd489f5804a7c2df70af2e0dffa9f9ca376275daa834b6
3
+ size 6468
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0d25ac5d64e6b4d88ac8b861ed2a41d07744dcd0874dd58e5ddbad7c2e928dfb
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fb9527e14cb8b3ca4d8e0759e3c1bc0a71a0a26b94f93e690e0b6463819110d
3
  size 5048