Hari7696 commited on
Commit
7bcab3a
1 Parent(s): 0366cb5

Hari7696/peft-ia3

Browse files
README.md CHANGED
@@ -33,13 +33,12 @@ More information needed
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
36
- - learning_rate: 0.001
37
  - train_batch_size: 8
38
  - eval_batch_size: 8
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
- - lr_scheduler_warmup_steps: 50
43
  - num_epochs: 2
44
 
45
  ### Training results
 
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
36
+ - learning_rate: 1.0
37
  - train_batch_size: 8
38
  - eval_batch_size: 8
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
 
42
  - num_epochs: 2
43
 
44
  ### Training results
adapter_config.json CHANGED
@@ -1,23 +1,14 @@
1
  {
2
- "alpha_pattern": {},
3
  "auto_mapping": null,
4
  "base_model_name_or_path": "google/flan-t5-base",
5
- "bias": "none",
6
  "fan_in_fan_out": false,
 
 
 
7
  "inference_mode": true,
8
- "init_lora_weights": true,
9
- "layer_replication": null,
10
- "layers_pattern": null,
11
- "layers_to_transform": null,
12
- "loftq_config": {},
13
- "lora_alpha": 32,
14
- "lora_dropout": 0.05,
15
- "megatron_config": null,
16
- "megatron_core": "megatron.core",
17
  "modules_to_save": null,
18
- "peft_type": "LORA",
19
- "r": 32,
20
- "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
  "k",
@@ -25,7 +16,5 @@
25
  "v",
26
  "o"
27
  ],
28
- "task_type": "SEQ_2_SEQ_LM",
29
- "use_dora": false,
30
- "use_rslora": false
31
  }
 
1
  {
 
2
  "auto_mapping": null,
3
  "base_model_name_or_path": "google/flan-t5-base",
 
4
  "fan_in_fan_out": false,
5
+ "feedforward_modules": [
6
+ "v"
7
+ ],
8
  "inference_mode": true,
9
+ "init_ia3_weights": true,
 
 
 
 
 
 
 
 
10
  "modules_to_save": null,
11
+ "peft_type": "IA3",
 
 
12
  "revision": null,
13
  "target_modules": [
14
  "k",
 
16
  "v",
17
  "o"
18
  ],
19
+ "task_type": "SEQ_2_SEQ_LM"
 
 
20
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2129933a994e76151bd739dab4c5e150a060494b414dad35ff9aea30cd00347
3
- size 28352216
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cef334f4451b334f36e3a2b77119cca881b0f17f13ca1aaa8b5842326e9581d1
3
+ size 460888
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fdb32872045466f8423bd2d8c893e4e8476be5a2ea78e83cd486acb13eb98d9e
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e65056f3b51cbd62164e3ac0cc105720d5db337217c3fd4ed23c03a85c95c27f
3
  size 5048