End of training
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 [google/paligemma-3b-pt-224](https://huggingface.co/google/paligemma-3b-pt-224) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -44,22 +44,18 @@ The following hyperparameters were used during training:
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 2
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:-----:|:-----:|:---------------:|
|
53 |
-
|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
| 1.0173 | 7.0 | 59920 | 1.0083 |
|
60 |
-
| 1.0175 | 8.0 | 68480 | 1.0083 |
|
61 |
-
| 1.0181 | 9.0 | 77040 | 1.0082 |
|
62 |
-
| 1.0022 | 10.0 | 85600 | 1.0083 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [google/paligemma-3b-pt-224](https://huggingface.co/google/paligemma-3b-pt-224) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.9127
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 2
|
47 |
+
- num_epochs: 100
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:-----:|:-----:|:---------------:|
|
53 |
+
| 0.9767 | 1.0 | 8560 | 0.9846 |
|
54 |
+
| 0.9463 | 2.0 | 17120 | 0.9456 |
|
55 |
+
| 0.9415 | 3.0 | 25680 | 0.9300 |
|
56 |
+
| 0.9208 | 4.0 | 34240 | 0.9215 |
|
57 |
+
| 0.9138 | 5.0 | 42800 | 0.9163 |
|
58 |
+
| 0.9138 | 6.0 | 51360 | 0.9127 |
|
|
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|