commit
Browse files- README.md +14 -19
- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- training_args.bin +2 -2
README.md
CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [google/gemma-2-2b-it](https://huggingface.co/google/gemma-2-2b-it) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -46,29 +46,24 @@ The following hyperparameters were used during training:
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_ratio: 0.03
|
49 |
-
-
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
|:-------------:|:------:|:----:|:---------------:|
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.3302 | 1.4664 | 1300 | 0.7501 |
|
68 |
-
| 0.3319 | 1.5792 | 1400 | 0.7753 |
|
69 |
-
| 0.3612 | 1.6920 | 1500 | 0.7918 |
|
70 |
-
| 0.3763 | 1.8049 | 1600 | 0.8040 |
|
71 |
-
| 0.3851 | 1.9177 | 1700 | 0.8151 |
|
72 |
|
73 |
|
74 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [google/gemma-2-2b-it](https://huggingface.co/google/gemma-2-2b-it) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.5983
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_ratio: 0.03
|
49 |
+
- training_steps: 600
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
|:-------------:|:------:|:----:|:---------------:|
|
55 |
+
| 0.8045 | 0.0564 | 50 | 0.8067 |
|
56 |
+
| 0.7271 | 0.1128 | 100 | 0.6777 |
|
57 |
+
| 0.688 | 0.1692 | 150 | 0.6309 |
|
58 |
+
| 0.6268 | 0.2256 | 200 | 0.6176 |
|
59 |
+
| 0.572 | 0.2820 | 250 | 0.6118 |
|
60 |
+
| 0.5864 | 0.3384 | 300 | 0.6065 |
|
61 |
+
| 0.5528 | 0.3948 | 350 | 0.6030 |
|
62 |
+
| 0.5396 | 0.4512 | 400 | 0.6015 |
|
63 |
+
| 0.5726 | 0.5076 | 450 | 0.6005 |
|
64 |
+
| 0.5655 | 0.5640 | 500 | 0.5997 |
|
65 |
+
| 0.5712 | 0.6204 | 550 | 0.5988 |
|
66 |
+
| 0.5213 | 0.6768 | 600 | 0.5983 |
|
|
|
|
|
|
|
|
|
|
|
67 |
|
68 |
|
69 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"gate_proj",
|
24 |
-
"q_proj",
|
25 |
"k_proj",
|
26 |
-
"
|
27 |
-
"
|
28 |
"o_proj",
|
29 |
-
"
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
23 |
"k_proj",
|
24 |
+
"up_proj",
|
25 |
+
"q_proj",
|
26 |
"o_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"down_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 83115256
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ba1def0df12b2f74bf95cca48b4bc292b51bf3067d557fcdaf83e01a1946396
|
3 |
size 83115256
|
training_args.bin
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:cb59d9a109654fee64ee77fdb560ba89ca39b157a9a318a55d76886e69d3de24
|
3 |
+
size 5496
|