erlend123 commited on
Commit
e4d496f
·
verified ·
1 Parent(s): ab628ad

End of training

Browse files
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: gemma
4
+ base_model: google/paligemma2-28b-pt-448
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - imagefolder
9
+ metrics:
10
+ - accuracy
11
+ model-index:
12
+ - name: PG2-28b-pt-448-COND_GEN
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # PG2-28b-pt-448-COND_GEN
20
+
21
+ This model is a fine-tuned version of [google/paligemma2-28b-pt-448](https://huggingface.co/google/paligemma2-28b-pt-448) on the imagefolder dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.0000
24
+ - Accuracy: 0.0
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 5e-05
44
+ - train_batch_size: 4
45
+ - eval_batch_size: 4
46
+ - seed: 42
47
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_steps: 2
50
+ - num_epochs: 2
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
+ |:-------------:|:------:|:----:|:---------------:|:--------:|
56
+ | 0.4437 | 0.1001 | 200 | 0.0036 | 1.0 |
57
+ | 0.3054 | 0.2001 | 400 | 0.0002 | 1.0 |
58
+ | 0.3504 | 0.3002 | 600 | 0.0001 | 1.0 |
59
+ | 0.2364 | 0.4002 | 800 | 0.0001 | 0.0 |
60
+ | 0.257 | 0.5003 | 1000 | 0.0001 | 0.0 |
61
+ | 0.3007 | 0.6003 | 1200 | 0.0002 | 0.0 |
62
+ | 0.2468 | 0.7004 | 1400 | 0.0001 | 0.0 |
63
+ | 0.278 | 0.8004 | 1600 | 0.0001 | 0.0 |
64
+ | 0.2576 | 0.9005 | 1800 | 0.0001 | 0.0 |
65
+ | 0.3052 | 1.0005 | 2000 | 0.0005 | 0.0 |
66
+ | 0.0982 | 1.1006 | 2200 | 0.0001 | 0.0 |
67
+ | 0.103 | 1.2006 | 2400 | 0.0001 | 0.0 |
68
+ | 0.1191 | 1.3007 | 2600 | 0.0001 | 0.0 |
69
+ | 0.1137 | 1.4007 | 2800 | 0.0001 | 1.0 |
70
+ | 0.1567 | 1.5008 | 3000 | 0.0001 | 0.0 |
71
+ | 0.0758 | 1.6008 | 3200 | 0.0000 | 0.0 |
72
+ | 0.0969 | 1.7009 | 3400 | 0.0001 | 0.0 |
73
+ | 0.1034 | 1.8009 | 3600 | 0.0000 | 0.0 |
74
+ | 0.0513 | 1.9010 | 3800 | 0.0000 | 0.0 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - PEFT 0.14.0
80
+ - Transformers 4.48.0
81
+ - Pytorch 2.5.1+cu124
82
+ - Datasets 3.2.0
83
+ - Tokenizers 0.21.0
adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "google/paligemma2-28b-pt-448",
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": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 8,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.0,
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
+ "k_proj",
27
+ "q_proj",
28
+ "v_proj",
29
+ "up_proj",
30
+ "gate_proj",
31
+ "down_proj",
32
+ "o_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
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:60d95b10b6e140a9626a7058d5038528f2ff80148dc4569b881db56052046509
3
+ size 40
model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb561e6118b673668f9abc73621cd62d6dff54b556c0907d73f1d3bd80c74545
3
+ size 9968352791
model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1a2c89ebd4bc3ebaee6171237ce50517866b0d42def6fe7936baa13206cda1c
3
+ size 7294753818
model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
parameter_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "mode": "COND_GEN",
3
+ "attention_pooling": false,
4
+ "freeze_vision": true,
5
+ "lora": true,
6
+ "quantize": true
7
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7eb5b088c2cc81b391c8093863149b0835375bf271c755308ca11b40e1484c5c
3
+ size 5368