aiden200 commited on
Commit
39aa16c
·
verified ·
1 Parent(s): 39d7703

Model save

Browse files
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: 8
43
- - total_train_batch_size: 16
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": null,
 
 
 
 
 
 
 
 
 
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:45586505cc6446579dfcc340c93a5a243f56e1d52f5eea2720702e3a443c28f9
3
- size 80792880
 
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:717d8fddf9f7e6e836658c600c244485888a3feec38df308431fa6949df34b0f
3
- size 7608
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebce320674f286e5ae592444650217ce3d75b35ec6e09f2c1a25cf8787d7f3d5
3
+ size 7672