End of training
Browse files- README.md +1 -3
- adapter_config.json +3 -3
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -36,12 +36,10 @@ The following hyperparameters were used during training:
|
|
36 |
- train_batch_size: 1
|
37 |
- eval_batch_size: 8
|
38 |
- seed: 42
|
39 |
-
- gradient_accumulation_steps: 2
|
40 |
-
- total_train_batch_size: 2
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
- lr_scheduler_warmup_steps: 50
|
44 |
-
- num_epochs:
|
45 |
- mixed_precision_training: Native AMP
|
46 |
|
47 |
### Training results
|
|
|
36 |
- train_batch_size: 1
|
37 |
- eval_batch_size: 8
|
38 |
- seed: 42
|
|
|
|
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
41 |
- lr_scheduler_warmup_steps: 50
|
42 |
+
- num_epochs: 1
|
43 |
- mixed_precision_training: Native AMP
|
44 |
|
45 |
### Training results
|
adapter_config.json
CHANGED
@@ -10,16 +10,16 @@
|
|
10 |
"layers_pattern": null,
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
-
"lora_alpha":
|
14 |
"lora_dropout": 0.1,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
-
"r":
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
-
"target_modules": ".*(text_model|modality_projection|perceiver_resampler).*(down_proj|
|
23 |
"task_type": null,
|
24 |
"use_dora": false,
|
25 |
"use_rslora": false
|
|
|
10 |
"layers_pattern": null,
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
+
"lora_alpha": 8,
|
14 |
"lora_dropout": 0.1,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
+
"r": 8,
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
+
"target_modules": ".*(text_model|modality_projection|perceiver_resampler).*(down_proj|up_proj|k_proj|v_proj).*$",
|
23 |
"task_type": null,
|
24 |
"use_dora": false,
|
25 |
"use_rslora": false
|
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:7e566c0f70b30adabd6c0def369a7fcbba06fcae6074042edd85dca3d70c37c8
|
3 |
+
size 54153232
|
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:2a7cdafa13a848b10f9b5b650522cdb5d917ca05fb5ec0956f17fe8e6ceea64f
|
3 |
size 5240
|