santiadavani commited on
Commit
73d4c6c
·
verified ·
1 Parent(s): 4f85ff6

Model save

Browse files
README.md CHANGED
@@ -36,14 +36,14 @@ More information needed
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 2e-05
39
- - train_batch_size: 2
40
- - eval_batch_size: 2
41
  - seed: 42
42
  - gradient_accumulation_steps: 4
43
- - total_train_batch_size: 8
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - num_epochs: 1
47
 
48
  ### Training results
49
 
 
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 2e-05
39
+ - train_batch_size: 4
40
+ - eval_batch_size: 4
41
  - seed: 42
42
  - gradient_accumulation_steps: 4
43
+ - total_train_batch_size: 16
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 100
47
 
48
  ### Training results
49
 
adapter_config.json CHANGED
@@ -19,8 +19,8 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "v_proj",
23
- "q_proj"
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "q_proj",
23
+ "v_proj"
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9303f22e1b7c8ba5271922f394c5ee7228261caee0ef79053100a1b77d7bec53
3
  size 4211128
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76b518a16a80344a46c25ac79d7582113936906f8f793103f7676f4e2b4a2f86
3
  size 4211128
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2566f57b540fc74358b730f6abe893c59196d3d1084e4f958b4b5782e0f6fcd5
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b697c77a95f0cfcc13618101ad3b22e4a1167404c9feb04a4f5ffd8c32f5ba89
3
  size 4728