Model save
Browse files
README.md
CHANGED
@@ -21,9 +21,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [meta-llama/Llama-3.2-11B-Vision-Instruct](https://huggingface.co/meta-llama/Llama-3.2-11B-Vision-Instruct) on an unknown dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.
|
25 |
-
- Accuracy: 0.
|
26 |
-
- F1: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -57,8 +57,8 @@ The following hyperparameters were used during training:
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
59 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:------:|
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [meta-llama/Llama-3.2-11B-Vision-Instruct](https://huggingface.co/meta-llama/Llama-3.2-11B-Vision-Instruct) on an unknown dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.2764
|
25 |
+
- Accuracy: 0.0262
|
26 |
+
- F1: 0.0263
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
59 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:------:|
|
60 |
+
| 0.6989 | 0.9778 | 22 | 0.6079 | 0.0001 | 0.0001 |
|
61 |
+
| 0.3177 | 1.9556 | 44 | 0.2764 | 0.0262 | 0.0263 |
|
62 |
|
63 |
|
64 |
### Framework versions
|