merve/colpali-ft
Browse files- README.md +57 -0
- adapter_config.json +37 -0
- adapter_model.safetensors +3 -0
- runs/Dec20_14-49-34_836ed85d5841/events.out.tfevents.1734706181.836ed85d5841.3642.0 +3 -0
- runs/Dec20_14-49-34_836ed85d5841/events.out.tfevents.1734706198.836ed85d5841.3642.1 +3 -0
- runs/Dec20_14-50-27_836ed85d5841/events.out.tfevents.1734706231.836ed85d5841.3642.2 +3 -0
- runs/Dec20_14-52-33_836ed85d5841/events.out.tfevents.1734706354.836ed85d5841.3642.3 +3 -0
- runs/Dec20_14-52-33_836ed85d5841/events.out.tfevents.1734706379.836ed85d5841.3642.4 +3 -0
- runs/Dec20_14-58-41_836ed85d5841/events.out.tfevents.1734706725.836ed85d5841.3642.5 +3 -0
- runs/Dec20_14-59-51_836ed85d5841/events.out.tfevents.1734706793.836ed85d5841.3642.6 +3 -0
- runs/Dec20_15-02-02_836ed85d5841/events.out.tfevents.1734706923.836ed85d5841.3642.7 +3 -0
- runs/Dec20_15-02-53_836ed85d5841/events.out.tfevents.1734706973.836ed85d5841.3642.8 +3 -0
- runs/Dec20_15-03-49_836ed85d5841/events.out.tfevents.1734707031.836ed85d5841.3642.9 +3 -0
- runs/Dec20_15-10-03_836ed85d5841/events.out.tfevents.1734707408.836ed85d5841.3642.10 +3 -0
- runs/Dec20_15-21-21_836ed85d5841/events.out.tfevents.1734708090.836ed85d5841.3642.11 +3 -0
- runs/Dec20_15-22-30_836ed85d5841/events.out.tfevents.1734708152.836ed85d5841.3642.12 +3 -0
- runs/Dec20_15-23-16_836ed85d5841/events.out.tfevents.1734708197.836ed85d5841.15192.0 +3 -0
- runs/Dec20_15-24-29_836ed85d5841/events.out.tfevents.1734708270.836ed85d5841.15192.1 +3 -0
- runs/Dec20_15-25-12_836ed85d5841/events.out.tfevents.1734708313.836ed85d5841.15827.0 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: gemma
|
4 |
+
base_model: vidore/colpali-v1.2-hf
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: colpali_ufo
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# colpali_ufo
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [vidore/colpali-v1.2-hf](https://huggingface.co/vidore/colpali-v1.2-hf) on an unknown dataset.
|
18 |
+
|
19 |
+
## Model description
|
20 |
+
|
21 |
+
More information needed
|
22 |
+
|
23 |
+
## Intended uses & limitations
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Training and evaluation data
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training procedure
|
32 |
+
|
33 |
+
### Training hyperparameters
|
34 |
+
|
35 |
+
The following hyperparameters were used during training:
|
36 |
+
- learning_rate: 5e-05
|
37 |
+
- train_batch_size: 4
|
38 |
+
- eval_batch_size: 8
|
39 |
+
- seed: 42
|
40 |
+
- gradient_accumulation_steps: 4
|
41 |
+
- total_train_batch_size: 16
|
42 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
43 |
+
- lr_scheduler_type: linear
|
44 |
+
- lr_scheduler_warmup_steps: 100
|
45 |
+
- num_epochs: 1
|
46 |
+
|
47 |
+
### Training results
|
48 |
+
|
49 |
+
|
50 |
+
|
51 |
+
### Framework versions
|
52 |
+
|
53 |
+
- PEFT 0.11.1
|
54 |
+
- Transformers 4.48.0.dev0
|
55 |
+
- Pytorch 2.5.1+cu121
|
56 |
+
- Datasets 2.21.0
|
57 |
+
- Tokenizers 0.21.0
|
adapter_config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": {
|
4 |
+
"base_model_class": "ColPaliForRetrieval",
|
5 |
+
"parent_library": "transformers.models.colpali.modeling_colpali"
|
6 |
+
},
|
7 |
+
"base_model_name_or_path": "vidore/colpali-v1.2-hf",
|
8 |
+
"bias": "none",
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": "gaussian",
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 8,
|
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": 8,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"gate_proj",
|
27 |
+
"q_proj",
|
28 |
+
"k_proj",
|
29 |
+
"o_proj",
|
30 |
+
"v_proj",
|
31 |
+
"up_proj",
|
32 |
+
"down_proj"
|
33 |
+
],
|
34 |
+
"task_type": null,
|
35 |
+
"use_dora": false,
|
36 |
+
"use_rslora": false
|
37 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4931a14d5588719d3d7c8f66e3e316b306e74960609b3cfeaab9e7ab471e458b
|
3 |
+
size 45260040
|
runs/Dec20_14-49-34_836ed85d5841/events.out.tfevents.1734706181.836ed85d5841.3642.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd2308df7b5b6874e69e6b0fcfa20acc9324ced1ace39ee8e87a996dbfac7ff6
|
3 |
+
size 6247
|
runs/Dec20_14-49-34_836ed85d5841/events.out.tfevents.1734706198.836ed85d5841.3642.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81fcdb3c01151df9fa450b7086ca4526d509260251f855a6fb6b0cc9c81df0a4
|
3 |
+
size 6247
|
runs/Dec20_14-50-27_836ed85d5841/events.out.tfevents.1734706231.836ed85d5841.3642.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b06b5924fa95bc3baa00c55f31ec9c811a6c1af7cc5c11dc9a49532cd26157c
|
3 |
+
size 6247
|
runs/Dec20_14-52-33_836ed85d5841/events.out.tfevents.1734706354.836ed85d5841.3642.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec3c9b97298c2028a57815205f0f4860c49c49267ac40a194e2f24c8a9bd6020
|
3 |
+
size 6247
|
runs/Dec20_14-52-33_836ed85d5841/events.out.tfevents.1734706379.836ed85d5841.3642.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6266533e03f4fea65fb1a808025d8e5efa03f5a0bf1359bdd4d4a52d206024c1
|
3 |
+
size 6247
|
runs/Dec20_14-58-41_836ed85d5841/events.out.tfevents.1734706725.836ed85d5841.3642.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88d19b17b4e3fcf25b063b37c7c0be2dc458610d54bf6810d031c780ce78f6ff
|
3 |
+
size 12406
|
runs/Dec20_14-59-51_836ed85d5841/events.out.tfevents.1734706793.836ed85d5841.3642.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f129733a34cae55b3a3876e0889b64f0fb2f5e6130d0d1d9d6524848240412f
|
3 |
+
size 6248
|
runs/Dec20_15-02-02_836ed85d5841/events.out.tfevents.1734706923.836ed85d5841.3642.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34c36e751ade0ab6b3053230fb42e2abb08b15b8e3838a7fc639aaddc70a4a62
|
3 |
+
size 6248
|
runs/Dec20_15-02-53_836ed85d5841/events.out.tfevents.1734706973.836ed85d5841.3642.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dca4c4dae452c0a57c321be55997410394298dd6b660cf239ff9923f01a18439
|
3 |
+
size 6248
|
runs/Dec20_15-03-49_836ed85d5841/events.out.tfevents.1734707031.836ed85d5841.3642.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7c6ca7c9a2e870b98a9aa54c1c449c4c89e363260cddfc62f87d13355af478f
|
3 |
+
size 6248
|
runs/Dec20_15-10-03_836ed85d5841/events.out.tfevents.1734707408.836ed85d5841.3642.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eed57c1f3c6b0f7e1e34d09a04e92d8f84f12733fe142b898f008532925f2fd7
|
3 |
+
size 6248
|
runs/Dec20_15-21-21_836ed85d5841/events.out.tfevents.1734708090.836ed85d5841.3642.11
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14a18be076780259753b828898380bc974d8b4700a68c95473d5ecd7b5fd42ac
|
3 |
+
size 4184
|
runs/Dec20_15-22-30_836ed85d5841/events.out.tfevents.1734708152.836ed85d5841.3642.12
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4313043acba4c1f48af44cee0e4a0d675ab0c976f8168480b9a08a785d7aada
|
3 |
+
size 4184
|
runs/Dec20_15-23-16_836ed85d5841/events.out.tfevents.1734708197.836ed85d5841.15192.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5bf01e3c568b7caec6ad99c822840f3cfa9ff80b7dbfb021978e246b329f855
|
3 |
+
size 4184
|
runs/Dec20_15-24-29_836ed85d5841/events.out.tfevents.1734708270.836ed85d5841.15192.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0b53ec106bd6bf66e135f30e25e5aead531556d84c296e200e0019e1f0b2f42
|
3 |
+
size 4184
|
runs/Dec20_15-25-12_836ed85d5841/events.out.tfevents.1734708313.836ed85d5841.15827.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0409edf5192d56d789d406e142c58e0b0e4278bfa0af3895e80d5a13972f6807
|
3 |
+
size 7838
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23c06abf61fa31a0007276ef12ed1cfedff726b6e34a5cd0984950e402cfe682
|
3 |
+
size 5304
|