andreaschandra
commited on
End of training
Browse files- README.md +4 -4
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 1.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -48,9 +48,9 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.3613
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|
|
51 |
+
| 0.9514 | 1.0 | 50 | 1.1079 |
|
52 |
+
| 0.4733 | 2.0 | 100 | 1.3809 |
|
53 |
+
| 0.398 | 3.0 | 150 | 1.3613 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -22,12 +22,12 @@
|
|
22 |
"rank_pattern": {},
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
25 |
-
"
|
26 |
-
"gate_proj",
|
27 |
"v_proj",
|
28 |
"down_proj",
|
|
|
29 |
"up_proj",
|
30 |
-
"
|
31 |
"q_proj"
|
32 |
],
|
33 |
"task_type": "CAUSAL_LM"
|
|
|
22 |
"rank_pattern": {},
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
25 |
+
"o_proj",
|
|
|
26 |
"v_proj",
|
27 |
"down_proj",
|
28 |
+
"k_proj",
|
29 |
"up_proj",
|
30 |
+
"gate_proj",
|
31 |
"q_proj"
|
32 |
],
|
33 |
"task_type": "CAUSAL_LM"
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1719726424
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f657825d3a4710ce025498fd39abe8abe17ee7fed5519d758783d80f4b26d4b5
|
3 |
size 1719726424
|
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:35a5397206dac42c321c66abb698236f02927727390bfcb6d851d40f6ecf1bc6
|
3 |
size 4728
|