Model save
Browse files
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [AI-Sweden-Models/Llama-3-8B-instruct](https://huggingface.co/AI-Sweden-Models/Llama-3-8B-instruct) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -50,8 +50,18 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
53 |
-
| No log | 0.
|
54 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [AI-Sweden-Models/Llama-3-8B-instruct](https://huggingface.co/AI-Sweden-Models/Llama-3-8B-instruct) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.8092
|
22 |
+
- Accuracy: 0.8176
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
53 |
+
| No log | 0.0626 | 250 | 1.4498 | 0.7011 |
|
54 |
+
| 1.7757 | 0.1252 | 500 | 1.1587 | 0.7524 |
|
55 |
+
| 1.7757 | 0.1878 | 750 | 1.0504 | 0.7711 |
|
56 |
+
| 1.0486 | 0.2504 | 1000 | 0.9868 | 0.7832 |
|
57 |
+
| 1.0486 | 0.3130 | 1250 | 0.9451 | 0.7912 |
|
58 |
+
| 0.9401 | 0.3757 | 1500 | 0.9140 | 0.7969 |
|
59 |
+
| 0.9401 | 0.4383 | 1750 | 0.8904 | 0.8020 |
|
60 |
+
| 0.8842 | 0.5009 | 2000 | 0.8662 | 0.8071 |
|
61 |
+
| 0.8842 | 0.5635 | 2250 | 0.8535 | 0.8086 |
|
62 |
+
| 0.8473 | 0.6261 | 2500 | 0.8301 | 0.8134 |
|
63 |
+
| 0.8473 | 0.6887 | 2750 | 0.8179 | 0.8158 |
|
64 |
+
| 0.8188 | 0.7513 | 3000 | 0.8092 | 0.8176 |
|
65 |
|
66 |
|
67 |
### Framework versions
|