RowekBrah commited on
Commit
0c241f9
·
verified ·
1 Parent(s): 1beac75

End of training

Browse files
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: gemma
4
+ base_model: vidore/colpaligemma-3b-pt-448-base
5
+ tags:
6
+ - colpali
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: finetune_colpali-v1_3-4bit_v2
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # finetune_colpali-v1_3-4bit_v2
17
+
18
+ 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 RowekBrah/ColPali_ann_rep_v2_0 dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.0670
21
+ - Model Preparation Time: 0.0056
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 5e-05
41
+ - train_batch_size: 4
42
+ - eval_batch_size: 4
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 4
45
+ - total_train_batch_size: 16
46
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_steps: 100
49
+ - num_epochs: 1.5
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Model Preparation Time |
54
+ |:-------------:|:------:|:----:|:---------------:|:----------------------:|
55
+ | No log | 0.0012 | 1 | 0.2103 | 0.0056 |
56
+ | 0.4896 | 0.1238 | 100 | 0.1170 | 0.0056 |
57
+ | 0.5575 | 0.2476 | 200 | 0.0940 | 0.0056 |
58
+ | 0.3973 | 0.3714 | 300 | 0.0920 | 0.0056 |
59
+ | 0.4478 | 0.4952 | 400 | 0.0836 | 0.0056 |
60
+ | 0.2364 | 0.6190 | 500 | 0.0808 | 0.0056 |
61
+ | 0.2158 | 0.7428 | 600 | 0.0742 | 0.0056 |
62
+ | 0.339 | 0.8666 | 700 | 0.0700 | 0.0056 |
63
+ | 0.2052 | 0.9904 | 800 | 0.0704 | 0.0056 |
64
+ | 0.1546 | 1.1151 | 900 | 0.0672 | 0.0056 |
65
+ | 0.2003 | 1.2389 | 1000 | 0.0672 | 0.0056 |
66
+ | 0.1242 | 1.3627 | 1100 | 0.0676 | 0.0056 |
67
+ | 0.283 | 1.4865 | 1200 | 0.0674 | 0.0056 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.50.0
73
+ - Pytorch 2.6.0+cu124
74
+ - Datasets 3.5.0
75
+ - Tokenizers 0.21.1
adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "vidore/colpaligemma-3b-pt-448-base",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": "gaussian",
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 32,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.1,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 32,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": "(.*(language_model).*(down_proj|gate_proj|up_proj|k_proj|q_proj|v_proj|o_proj).*$|.*(custom_text_proj).*$)",
26
+ "task_type": "FEATURE_EXTRACTION",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff5db3ad5a3d92f5860d537e82bf8819af0ae855fa96d01ae7d1153f2e0d3cff
3
+ size 157071680
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:101f7f90f4ad8f3d96af306a8f419f815f21f314d4eaebff892a56f95fc34177
3
+ size 5368