Training in progress, epoch 1
Browse files
adapter_config.json
CHANGED
|
@@ -21,12 +21,12 @@
|
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
"gate_proj",
|
| 24 |
-
"v_proj",
|
| 25 |
-
"up_proj",
|
| 26 |
-
"k_proj",
|
| 27 |
"down_proj",
|
|
|
|
| 28 |
"q_proj",
|
| 29 |
-
"o_proj"
|
|
|
|
|
|
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": false,
|
|
|
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
"gate_proj",
|
|
|
|
|
|
|
|
|
|
| 24 |
"down_proj",
|
| 25 |
+
"up_proj",
|
| 26 |
"q_proj",
|
| 27 |
+
"o_proj",
|
| 28 |
+
"k_proj",
|
| 29 |
+
"v_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2146498720
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22b9e75291d7b6a2740563836f4ddea1cbababae063344da2efe6c5c4304659a
|
| 3 |
size 2146498720
|
runs/Nov01_08-27-43_a251e1696bd2/events.out.tfevents.1730449669.a251e1696bd2.348.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95fa9365a1881b25cd1a9e9f9743d200148ea291b4230b4a7b5592086efd802d
|
| 3 |
+
size 64887
|
tokenizer_config.json
CHANGED
|
@@ -2077,7 +2077,7 @@
|
|
| 2077 |
"input_ids",
|
| 2078 |
"attention_mask"
|
| 2079 |
],
|
| 2080 |
-
"model_max_length":
|
| 2081 |
"pad_token": "<|im_end|>",
|
| 2082 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 2083 |
}
|
|
|
|
| 2077 |
"input_ids",
|
| 2078 |
"attention_mask"
|
| 2079 |
],
|
| 2080 |
+
"model_max_length": 128,
|
| 2081 |
"pad_token": "<|im_end|>",
|
| 2082 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 2083 |
}
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5688
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9f23754151b7c6749d521a6894aed525cbd58b7c812ffd2d8f55a0c3455196a
|
| 3 |
size 5688
|