Training in progress, epoch 1
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +2 -2
- added_tokens.json +0 -0
- tokenizer.json +2 -2
- tokenizer_config.json +0 -0
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -24,13 +24,13 @@
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
-
"
|
| 28 |
-
"o_proj",
|
| 29 |
-
"v_proj",
|
| 30 |
"k_proj",
|
|
|
|
|
|
|
| 31 |
"q_proj",
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
],
|
| 35 |
"task_type": "CAUSAL_LM",
|
| 36 |
"trainable_token_indices": null,
|
|
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
+
"down_proj",
|
|
|
|
|
|
|
| 28 |
"k_proj",
|
| 29 |
+
"gate_proj",
|
| 30 |
+
"up_proj",
|
| 31 |
"q_proj",
|
| 32 |
+
"o_proj",
|
| 33 |
+
"v_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:a39e243bb8f825f058fe050441d72682e2261d25b2c04fe2b33b8c02369a612b
|
| 3 |
+
size 528550256
|
added_tokens.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer.json
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:fdbbfab204782795ee3986e63016e44007fe18b73404bca7f3093ca7064c59c3
|
| 3 |
+
size 15261883
|
tokenizer_config.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5841
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a3c1485c0affc800608c3cc0df38629b63faf2a204e9401e3510e3eadeb073c
|
| 3 |
size 5841
|