End of training
Browse files- README.md +1 -1
- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -41,7 +41,7 @@ The following hyperparameters were used during training:
|
|
| 41 |
- seed: 42
|
| 42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 43 |
- lr_scheduler_type: constant
|
| 44 |
-
- num_epochs:
|
| 45 |
- mixed_precision_training: Native AMP
|
| 46 |
|
| 47 |
### Training results
|
|
|
|
| 41 |
- seed: 42
|
| 42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 43 |
- lr_scheduler_type: constant
|
| 44 |
+
- num_epochs: 10
|
| 45 |
- mixed_precision_training: Native AMP
|
| 46 |
|
| 47 |
### Training results
|
adapter_config.json
CHANGED
|
@@ -19,14 +19,14 @@
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
-
"down_proj",
|
| 23 |
"v_proj",
|
| 24 |
-
"up_proj",
|
| 25 |
-
"q_proj",
|
| 26 |
"lm_head",
|
| 27 |
-
"
|
|
|
|
|
|
|
| 28 |
"o_proj",
|
| 29 |
-
"
|
|
|
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM"
|
| 32 |
}
|
|
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
|
|
|
| 22 |
"v_proj",
|
|
|
|
|
|
|
| 23 |
"lm_head",
|
| 24 |
+
"q_proj",
|
| 25 |
+
"k_proj",
|
| 26 |
+
"down_proj",
|
| 27 |
"o_proj",
|
| 28 |
+
"up_proj",
|
| 29 |
+
"gate_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM"
|
| 32 |
}
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 694431312
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd8850961d4e9b588991621616cef460b4b357d717b5708a847b1822f00f3adf
|
| 3 |
size 694431312
|
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:5084b6220077ec47cb290257b691492aa4fe49992f105b31821a3a0b7226f299
|
| 3 |
size 4728
|