End of training
Browse files- README.md +10 -10
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -17,10 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# finetune_colpali_v1_2_fm
|
19 |
|
20 |
-
This model is a fine-tuned version of [vidore/colpaligemma-3b-pt-448-base](https://huggingface.co/vidore/colpaligemma-3b-pt-448-base) on the
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Model Preparation Time: 0.0047
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -40,21 +39,22 @@ More information needed
|
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
- learning_rate: 5e-05
|
43 |
-
- train_batch_size:
|
44 |
-
- eval_batch_size:
|
45 |
- seed: 42
|
46 |
- gradient_accumulation_steps: 2
|
47 |
-
- total_train_batch_size:
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
- lr_scheduler_warmup_steps: 100
|
51 |
-
- num_epochs:
|
|
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
-
| Training Loss | Epoch
|
56 |
-
|
57 |
-
| No log | 0
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
17 |
|
18 |
# finetune_colpali_v1_2_fm
|
19 |
|
20 |
+
This model is a fine-tuned version of [vidore/colpaligemma-3b-pt-448-base](https://huggingface.co/vidore/colpaligemma-3b-pt-448-base) on the fm dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.1621
|
|
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
- learning_rate: 5e-05
|
42 |
+
- train_batch_size: 32
|
43 |
+
- eval_batch_size: 32
|
44 |
- seed: 42
|
45 |
- gradient_accumulation_steps: 2
|
46 |
+
- total_train_batch_size: 64
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_steps: 100
|
50 |
+
- num_epochs: 5
|
51 |
+
- mixed_precision_training: Native AMP
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
57 |
+
| No log | 1.0 | 1 | 0.1707 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 157071680
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10b23bb08cc79fd18930b66a87c52be45db4a686f0da532f79ce6df83a8c6fa4
|
3 |
size 157071680
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81aae7932a9bd677f1531729e04790c0825ad616de2c305a27d26ab08415a41a
|
3 |
size 5240
|