Training in progress, step 1200
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- angle.config +4 -4
- runs/Mar27_06-18-35_instance-20240226-074643/events.out.tfevents.1711520320.instance-20240226-074643.2135606.0 +2 -2
- runs/Mar27_11-37-00_instance-20240226-074643/events.out.tfevents.1711539425.instance-20240226-074643.2283043.0 +3 -0
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -19,12 +19,12 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"v_proj",
|
23 |
-
"k_proj",
|
24 |
"q_proj",
|
|
|
|
|
25 |
"up_proj",
|
26 |
"o_proj",
|
27 |
-
"
|
28 |
"gate_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
|
|
22 |
"q_proj",
|
23 |
+
"down_proj",
|
24 |
+
"k_proj",
|
25 |
"up_proj",
|
26 |
"o_proj",
|
27 |
+
"v_proj",
|
28 |
"gate_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 639691872
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f99ac04638983cbbf355a0d21bf925c3507e26354d999dffb64912b46279135
|
3 |
size 639691872
|
angle.config
CHANGED
@@ -10,13 +10,13 @@
|
|
10 |
"lora_dropout": 0.05,
|
11 |
"bias": "none",
|
12 |
"target_modules": [
|
13 |
-
"gate_proj",
|
14 |
"q_proj",
|
15 |
-
"
|
16 |
"down_proj",
|
17 |
-
"o_proj",
|
18 |
"up_proj",
|
19 |
-
"
|
|
|
|
|
20 |
]
|
21 |
},
|
22 |
"apply_lora": 1
|
|
|
10 |
"lora_dropout": 0.05,
|
11 |
"bias": "none",
|
12 |
"target_modules": [
|
|
|
13 |
"q_proj",
|
14 |
+
"k_proj",
|
15 |
"down_proj",
|
|
|
16 |
"up_proj",
|
17 |
+
"o_proj",
|
18 |
+
"v_proj",
|
19 |
+
"gate_proj"
|
20 |
]
|
21 |
},
|
22 |
"apply_lora": 1
|
runs/Mar27_06-18-35_instance-20240226-074643/events.out.tfevents.1711520320.instance-20240226-074643.2135606.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cbdd443c9faa0902b1abebbb9901666758f018c250e2d79bdf9cae69888e9ff0
|
3 |
+
size 15262
|
runs/Mar27_11-37-00_instance-20240226-074643/events.out.tfevents.1711539425.instance-20240226-074643.2283043.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab13c95e79032a4dc837d4bd47bf01089551df488ea6c79ef44c38cfa5acaf3a
|
3 |
+
size 7734
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b53e911ca0036a2ee705ac804d72d094ca1939aa0f284681f17045fd3456c40f
|
3 |
size 5048
|