Training in progress, epoch 1
Browse files
adapter_config.json
CHANGED
@@ -19,10 +19,11 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"o_proj",
|
23 |
"k_proj",
|
24 |
-
"
|
25 |
-
"v_proj"
|
|
|
26 |
],
|
27 |
-
"task_type": "CAUSAL_LM"
|
|
|
28 |
}
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
22 |
"k_proj",
|
23 |
+
"o_proj",
|
24 |
+
"v_proj",
|
25 |
+
"q_proj"
|
26 |
],
|
27 |
+
"task_type": "CAUSAL_LM",
|
28 |
+
"use_rslora": false
|
29 |
}
|
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:aa12745b9d7160d172af16aafedfc0df249d5359907e845934034da1eb6825b9
|
3 |
+
size 1061489648
|
added_tokens.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|im_end|>": 32016,
|
3 |
+
"<|im_start|>": 32017
|
4 |
+
}
|
runs/Mar11_23-10-56_101f7ec59664/events.out.tfevents.1710198688.101f7ec59664.444.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e17ac2de03e90a61dd36d4b7f9e647784e446b9f6aff5617eb3eccbad976e24
|
3 |
+
size 5736
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45ccb9c8b6b561889acea59191d66986d314e7cbd6a78abc6e49b139ca91c1e6
|
3 |
+
size 500058
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc58014238dae67a7e1be7ba5216a757921b567f50d3a7485f8ce4bfcfccdd3b
|
3 |
size 4728
|