Training in progress, step 8
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- generation_config.json +1 -1
- model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -24,13 +24,13 @@
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
|
|
|
|
|
|
| 27 |
"k_proj",
|
|
|
|
| 28 |
"o_proj",
|
| 29 |
"v_proj",
|
| 30 |
-
"up_proj"
|
| 31 |
-
"q_proj",
|
| 32 |
-
"gate_proj",
|
| 33 |
-
"down_proj"
|
| 34 |
],
|
| 35 |
"task_type": "CAUSAL_LM",
|
| 36 |
"trainable_token_indices": null,
|
|
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
+
"gate_proj",
|
| 28 |
+
"q_proj",
|
| 29 |
"k_proj",
|
| 30 |
+
"down_proj",
|
| 31 |
"o_proj",
|
| 32 |
"v_proj",
|
| 33 |
+
"up_proj"
|
|
|
|
|
|
|
|
|
|
| 34 |
],
|
| 35 |
"task_type": "CAUSAL_LM",
|
| 36 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3140603848
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a748d8df7a6315bdf806d0bdffa4420f64895bf3053c38141b2db2386cad6c10
|
| 3 |
size 3140603848
|
generation_config.json
CHANGED
|
@@ -2,6 +2,6 @@
|
|
| 2 |
"_from_model_config": true,
|
| 3 |
"bos_token_id": 1,
|
| 4 |
"do_sample": true,
|
| 5 |
-
"eos_token_id":
|
| 6 |
"transformers_version": "4.52.4"
|
| 7 |
}
|
|
|
|
| 2 |
"_from_model_config": true,
|
| 3 |
"bos_token_id": 1,
|
| 4 |
"do_sample": true,
|
| 5 |
+
"eos_token_id": 15,
|
| 6 |
"transformers_version": "4.52.4"
|
| 7 |
}
|
model.safetensors
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:924da03f66629dc69b19140ef41dc3c10abf9554879597d054976e68687232ec
|
| 3 |
+
size 173708405
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 9489
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5d060b6bf4d2ef66eab115e144e42ce9087331c5f3f061933060e88a5f7f4f4
|
| 3 |
size 9489
|