VitaliiVrublevskyi
commited on
Commit
•
c6bbd7f
1
Parent(s):
2b03e74
End of training
Browse files
README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
base_model: meta-llama/Llama-2-7b-hf
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
model-index:
|
6 |
- name: output
|
7 |
results: []
|
@@ -13,6 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
# output
|
14 |
|
15 |
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.
|
|
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
@@ -43,6 +48,10 @@ The following hyperparameters were used during training:
|
|
43 |
|
44 |
### Training results
|
45 |
|
|
|
|
|
|
|
|
|
46 |
|
47 |
|
48 |
### Framework versions
|
|
|
2 |
base_model: meta-llama/Llama-2-7b-hf
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
model-index:
|
8 |
- name: output
|
9 |
results: []
|
|
|
15 |
# output
|
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: 2.4431
|
20 |
+
- Accuracy: 0.5
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| No log | 0.67 | 1 | 2.4252 | 0.5 |
|
54 |
+
| No log | 2.0 | 3 | 2.4431 | 0.5 |
|
55 |
|
56 |
|
57 |
### Framework versions
|