Model save
Browse files- README.md +2 -2
- adapter_config.json +10 -1
- adapter_model.safetensors +2 -2
- train.log +0 -0
- training_args.bin +2 -2
README.md
CHANGED
@@ -39,8 +39,8 @@ The following hyperparameters were used during training:
|
|
39 |
- seed: 42
|
40 |
- distributed_type: multi-GPU
|
41 |
- num_devices: 2
|
42 |
-
- gradient_accumulation_steps:
|
43 |
-
- total_train_batch_size:
|
44 |
- total_eval_batch_size: 2
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: cosine
|
|
|
39 |
- seed: 42
|
40 |
- distributed_type: multi-GPU
|
41 |
- num_devices: 2
|
42 |
+
- gradient_accumulation_steps: 16
|
43 |
+
- total_train_batch_size: 32
|
44 |
- total_eval_batch_size: 2
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: cosine
|
adapter_config.json
CHANGED
@@ -9,7 +9,16 @@
|
|
9 |
"layers_to_transform": null,
|
10 |
"lora_alpha": 32,
|
11 |
"lora_dropout": 0.05,
|
12 |
-
"modules_to_save":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
"peft_type": "LORA",
|
14 |
"r": 16,
|
15 |
"revision": null,
|
|
|
9 |
"layers_to_transform": null,
|
10 |
"lora_alpha": 32,
|
11 |
"lora_dropout": 0.05,
|
12 |
+
"modules_to_save": [
|
13 |
+
"connector",
|
14 |
+
"mm_projector",
|
15 |
+
"response_head",
|
16 |
+
"related_head",
|
17 |
+
"lm_head",
|
18 |
+
"informative_head",
|
19 |
+
"relevance_head",
|
20 |
+
"uncertainty_head"
|
21 |
+
],
|
22 |
"peft_type": "LORA",
|
23 |
"r": 16,
|
24 |
"revision": null,
|
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:1758145d5d7aed686432e0cb24dd5ac2c6d9559009e611ccf43e48d1a9f6ea36
|
3 |
+
size 1204780872
|
train.log
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
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:ebce320674f286e5ae592444650217ce3d75b35ec6e09f2c1a25cf8787d7f3d5
|
3 |
+
size 7672
|