Model save
Browse files
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 [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 1.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -51,15 +51,15 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|
|
54 |
-
| 1.
|
55 |
-
| 1.
|
56 |
-
| 1.
|
57 |
-
| 1.
|
58 |
-
| 1.
|
59 |
-
| 1.
|
60 |
-
| 1.
|
61 |
-
| 1.
|
62 |
-
| 1.
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.6961
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|
|
54 |
+
| 1.6231 | 0.21 | 300 | 1.7653 |
|
55 |
+
| 1.4252 | 0.41 | 600 | 1.7429 |
|
56 |
+
| 1.3652 | 0.62 | 900 | 1.7273 |
|
57 |
+
| 1.4877 | 0.82 | 1200 | 1.7188 |
|
58 |
+
| 1.8531 | 1.03 | 1500 | 1.7113 |
|
59 |
+
| 1.6964 | 1.23 | 1800 | 1.7061 |
|
60 |
+
| 1.6873 | 1.44 | 2100 | 1.7011 |
|
61 |
+
| 1.7671 | 1.65 | 2400 | 1.6985 |
|
62 |
+
| 1.7008 | 1.85 | 2700 | 1.6961 |
|
63 |
|
64 |
|
65 |
### Framework versions
|