dwb2023/paligemma-cnmc-ft
Browse files- README.md +10 -4
- adapter_model.safetensors +1 -1
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: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -43,15 +43,21 @@ The following hyperparameters were used during training:
|
|
43 |
- total_train_batch_size: 16
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
- lr_scheduler_warmup_steps:
|
47 |
- num_epochs: 100
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:------:|:----:|:---------------:|
|
53 |
-
| No log | 0.9645 | 17 |
|
54 |
-
| No log | 1.9858 | 35 | 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
|
56 |
|
57 |
### 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.3006
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
43 |
- total_train_batch_size: 16
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- lr_scheduler_warmup_steps: 50
|
47 |
- num_epochs: 100
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:------:|:----:|:---------------:|
|
53 |
+
| No log | 0.9645 | 17 | 1.2278 |
|
54 |
+
| No log | 1.9858 | 35 | 0.4162 |
|
55 |
+
| 0.8676 | 2.9504 | 52 | 0.3132 |
|
56 |
+
| 0.8676 | 3.9716 | 70 | 0.2602 |
|
57 |
+
| 0.8676 | 4.9929 | 88 | 0.2446 |
|
58 |
+
| 0.2526 | 5.9574 | 105 | 0.2100 |
|
59 |
+
| 0.2526 | 6.9787 | 123 | 0.1986 |
|
60 |
+
| 0.2526 | 8.0 | 141 | 0.3006 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 45258384
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:533803b23ad52072f72e1a4e1ef4292911483ae782d2a5d530c11eb50a8220be
|
3 |
size 45258384
|