Training in progress, step 500
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -24,13 +24,13 @@
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
-
"up_proj",
|
| 28 |
-
"q_proj",
|
| 29 |
"o_proj",
|
| 30 |
-
"
|
|
|
|
| 31 |
"gate_proj",
|
|
|
|
|
|
|
| 32 |
"v_proj",
|
| 33 |
-
"down_proj",
|
| 34 |
"lm_head"
|
| 35 |
],
|
| 36 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
|
|
|
|
|
|
| 27 |
"o_proj",
|
| 28 |
+
"down_proj",
|
| 29 |
+
"q_proj",
|
| 30 |
"gate_proj",
|
| 31 |
+
"k_proj",
|
| 32 |
+
"up_proj",
|
| 33 |
"v_proj",
|
|
|
|
| 34 |
"lm_head"
|
| 35 |
],
|
| 36 |
"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 411536704
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e8d9005d1c3f3857b822edbd8faa2bcd210fec50d87926b0b72696745537b53
|
| 3 |
size 411536704
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5649
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f94a5d8c1fd55ce00b568a4d234761ea9edc7e3a01220894231c981544d2250a
|
| 3 |
size 5649
|