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