Model save
Browse files
README.md
CHANGED
|
@@ -16,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
# sft_mc
|
| 18 |
|
| 19 |
-
This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) on the
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 2.
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
@@ -55,19 +55,19 @@ The following hyperparameters were used during training:
|
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 57 |
|:-------------:|:------:|:----:|:---------------:|
|
| 58 |
-
| 1.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
| 65 |
-
| 0.
|
| 66 |
-
| 0.
|
| 67 |
-
| 0.
|
| 68 |
-
| 0.
|
| 69 |
-
| 0.
|
| 70 |
-
| 0.
|
| 71 |
|
| 72 |
|
| 73 |
### Framework versions
|
|
|
|
| 16 |
|
| 17 |
# sft_mc
|
| 18 |
|
| 19 |
+
This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) on the None dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 2.3016
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
|
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 57 |
|:-------------:|:------:|:----:|:---------------:|
|
| 58 |
+
| 1.0534 | 0.7463 | 50 | 1.2635 |
|
| 59 |
+
| 0.8118 | 1.4925 | 100 | 1.3805 |
|
| 60 |
+
| 0.3889 | 2.2388 | 150 | 1.6007 |
|
| 61 |
+
| 0.4361 | 2.9851 | 200 | 1.5327 |
|
| 62 |
+
| 0.265 | 3.7313 | 250 | 1.6067 |
|
| 63 |
+
| 0.1347 | 4.4776 | 300 | 1.8177 |
|
| 64 |
+
| 0.0857 | 5.2239 | 350 | 1.9771 |
|
| 65 |
+
| 0.0709 | 5.9701 | 400 | 1.9008 |
|
| 66 |
+
| 0.0474 | 6.7164 | 450 | 2.1317 |
|
| 67 |
+
| 0.0286 | 7.4627 | 500 | 2.2199 |
|
| 68 |
+
| 0.0091 | 8.2090 | 550 | 2.2086 |
|
| 69 |
+
| 0.0054 | 8.9552 | 600 | 2.2865 |
|
| 70 |
+
| 0.0038 | 9.7015 | 650 | 2.3016 |
|
| 71 |
|
| 72 |
|
| 73 |
### Framework versions
|