Himanshu singh
commited on
Commit
•
f0a7d12
1
Parent(s):
850e90c
End of training
Browse files- README.md +6 -6
- adapter_config.json +6 -6
- adapter_model.safetensors +1 -1
- training_args.bin +2 -2
README.md
CHANGED
@@ -20,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [google/gemma-7b](https://huggingface.co/google/gemma-7b) on the generator dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 8.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -53,11 +53,11 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|
|
56 |
-
| No log | 0.0 | 2 | 11.
|
57 |
-
| No log | 0.0 | 4 | 9.
|
58 |
-
| 9.
|
59 |
-
| 9.
|
60 |
-
| 8.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [google/gemma-7b](https://huggingface.co/google/gemma-7b) on the generator dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 8.0358
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|
|
56 |
+
| No log | 0.0 | 2 | 11.2435 |
|
57 |
+
| No log | 0.0 | 4 | 9.6105 |
|
58 |
+
| 9.5985 | 0.01 | 6 | 8.7049 |
|
59 |
+
| 9.5985 | 0.01 | 8 | 8.2248 |
|
60 |
+
| 8.0151 | 0.01 | 10 | 8.0358 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,14 +20,14 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"lm_head",
|
24 |
-
"q_proj",
|
25 |
"v_proj",
|
26 |
-
"o_proj",
|
27 |
-
"k_proj",
|
28 |
"gate_proj",
|
29 |
-
"
|
30 |
-
"
|
|
|
|
|
|
|
|
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
23 |
"v_proj",
|
|
|
|
|
24 |
"gate_proj",
|
25 |
+
"down_proj",
|
26 |
+
"k_proj",
|
27 |
+
"o_proj",
|
28 |
+
"q_proj",
|
29 |
+
"lm_head",
|
30 |
+
"up_proj"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"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 3578975160
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:692b3ff85875b9bb6dd60a768fed5a420fe846d2f4206646c7fd60e8f975d843
|
3 |
size 3578975160
|
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:0e527530a3c57936a5865024e3af63487a2b478c0d4bd463fedfd85a74f4dc11
|
3 |
+
size 4984
|