Modelo final entrenado
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -25,12 +25,12 @@
|
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
"up_proj",
|
|
|
|
| 28 |
"q_proj",
|
|
|
|
| 29 |
"v_proj",
|
| 30 |
"k_proj",
|
| 31 |
-
"gate_proj"
|
| 32 |
-
"down_proj",
|
| 33 |
-
"o_proj"
|
| 34 |
],
|
| 35 |
"task_type": "CAUSAL_LM",
|
| 36 |
"trainable_token_indices": null,
|
|
|
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
"up_proj",
|
| 28 |
+
"down_proj",
|
| 29 |
"q_proj",
|
| 30 |
+
"o_proj",
|
| 31 |
"v_proj",
|
| 32 |
"k_proj",
|
| 33 |
+
"gate_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
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60d95b10b6e140a9626a7058d5038528f2ff80148dc4569b881db56052046509
|
| 3 |
+
size 40
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:244cea601ff49146b34ddc4f05ee40f68ccc009c927dba8569c3bf19fd6edc6f
|
| 3 |
size 5240
|