Model save
Browse files
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 [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -44,29 +44,27 @@ The following hyperparameters were used during training:
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: constant
|
46 |
- lr_scheduler_warmup_steps: 0.03
|
47 |
-
- training_steps:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|
|
53 |
-
|
|
54 |
-
|
|
55 |
-
| 1.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.4233 | 6.4 | 160 | 0.7303 |
|
69 |
-
| 0.4209 | 6.8 | 170 | 0.7197 |
|
70 |
|
71 |
|
72 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.5788
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: constant
|
46 |
- lr_scheduler_warmup_steps: 0.03
|
47 |
+
- training_steps: 150
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|
|
53 |
+
| 4.0261 | 0.4 | 10 | 2.8697 |
|
54 |
+
| 2.2616 | 0.8 | 20 | 1.6009 |
|
55 |
+
| 1.1871 | 1.2 | 30 | 0.9599 |
|
56 |
+
| 0.8522 | 1.6 | 40 | 0.7228 |
|
57 |
+
| 0.7375 | 2.0 | 50 | 0.6601 |
|
58 |
+
| 0.5916 | 2.4 | 60 | 0.6184 |
|
59 |
+
| 0.6219 | 2.8 | 70 | 0.5957 |
|
60 |
+
| 0.5025 | 3.2 | 80 | 0.5980 |
|
61 |
+
| 0.5148 | 3.6 | 90 | 0.5849 |
|
62 |
+
| 0.5502 | 4.0 | 100 | 0.5639 |
|
63 |
+
| 0.4414 | 4.4 | 110 | 0.5875 |
|
64 |
+
| 0.4423 | 4.8 | 120 | 0.5847 |
|
65 |
+
| 0.43 | 5.2 | 130 | 0.5902 |
|
66 |
+
| 0.3843 | 5.6 | 140 | 0.6223 |
|
67 |
+
| 0.4173 | 6.0 | 150 | 0.5788 |
|
|
|
|
|
68 |
|
69 |
|
70 |
### Framework versions
|