End of training
Browse files
README.md
CHANGED
@@ -34,15 +34,15 @@ More information needed
|
|
34 |
|
35 |
The following hyperparameters were used during training:
|
36 |
- learning_rate: 2e-05
|
37 |
-
- train_batch_size:
|
38 |
- eval_batch_size: 8
|
39 |
- seed: 42
|
40 |
- gradient_accumulation_steps: 3
|
41 |
-
- total_train_batch_size:
|
42 |
- optimizer: Use paged_adamw_8bit 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: 2
|
45 |
-
- num_epochs:
|
46 |
|
47 |
### Training results
|
48 |
|
@@ -50,8 +50,8 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
### Framework versions
|
52 |
|
53 |
-
- PEFT 0.
|
54 |
-
- Transformers 4.
|
55 |
-
- Pytorch 2.2.
|
56 |
- Datasets 3.2.0
|
57 |
-
- Tokenizers 0.
|
|
|
34 |
|
35 |
The following hyperparameters were used during training:
|
36 |
- learning_rate: 2e-05
|
37 |
+
- train_batch_size: 3
|
38 |
- eval_batch_size: 8
|
39 |
- seed: 42
|
40 |
- gradient_accumulation_steps: 3
|
41 |
+
- total_train_batch_size: 9
|
42 |
- optimizer: Use paged_adamw_8bit 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: 2
|
45 |
+
- num_epochs: 3
|
46 |
|
47 |
### Training results
|
48 |
|
|
|
50 |
|
51 |
### Framework versions
|
52 |
|
53 |
+
- PEFT 0.14.0
|
54 |
+
- Transformers 4.47.1
|
55 |
+
- Pytorch 2.2.2+cu121
|
56 |
- Datasets 3.2.0
|
57 |
+
- Tokenizers 0.21.0
|
adapter_config.json
CHANGED
@@ -3,6 +3,8 @@
|
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "google/paligemma2-3b-pt-224",
|
5 |
"bias": "none",
|
|
|
|
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
8 |
"init_lora_weights": true,
|
@@ -11,6 +13,7 @@
|
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
"lora_alpha": 8,
|
|
|
14 |
"lora_dropout": 0.0,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
@@ -20,15 +23,16 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"gate_proj",
|
24 |
-
"q_proj",
|
25 |
-
"k_proj",
|
26 |
-
"o_proj",
|
27 |
"v_proj",
|
|
|
|
|
28 |
"up_proj",
|
29 |
-
"
|
|
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
-
"use_dora":
|
33 |
"use_rslora": false
|
34 |
}
|
|
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "google/paligemma2-3b-pt-224",
|
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,
|
|
|
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",
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
|
|
|
|
|
|
26 |
"v_proj",
|
27 |
+
"o_proj",
|
28 |
+
"down_proj",
|
29 |
"up_proj",
|
30 |
+
"lora_megnitude_vector",
|
31 |
+
"gate_proj",
|
32 |
+
"k_proj",
|
33 |
+
"q_proj"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
+
"use_dora": true,
|
37 |
"use_rslora": false
|
38 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8a57276d3e02cfb4518098c7b218396bd264ad2c86f3a16bb0640dc2d0f29b3
|
3 |
+
size 50821720
|
runs/Dec24_02-21-38_ml-ubuntu/events.out.tfevents.1735006899.ml-ubuntu.4154398.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1402ee453b655c0c7befa68c93362527fdaacc1e139bab21ac537a7689dcf7c
|
3 |
+
size 7190
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36722898d630add90d6f0726f1c4692a70ad1fdd7867d0471b204d882553bf09
|
3 |
+
size 5368
|