zzjc1234 commited on
Commit
a9ed46f
1 Parent(s): 6c29c19

Model save

Browse files
README.md CHANGED
@@ -36,11 +36,11 @@ More information needed
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 1.41e-05
39
- - train_batch_size: 8
40
  - eval_batch_size: 8
41
  - seed: 42
42
  - gradient_accumulation_steps: 2
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: 3
 
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 1.41e-05
39
+ - train_batch_size: 32
40
  - eval_batch_size: 8
41
  - seed: 42
42
  - gradient_accumulation_steps: 2
43
+ - total_train_batch_size: 64
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - num_epochs: 3
adapter_config.json CHANGED
@@ -20,8 +20,8 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "v_proj",
24
- "q_proj"
25
  ],
26
  "task_type": "CAUSAL_LM",
27
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "q_proj",
24
+ "v_proj"
25
  ],
26
  "task_type": "CAUSAL_LM",
27
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c8484e25ad16fba0447f097073e6d9aa6a7878fc06b8f6b89c3309a30bf76f94
3
  size 134235048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de5aa18aa7d774c1f3097efa55a000701f502fa3c7106ee4171ea357e25913a0
3
  size 134235048
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8af14384ce5e73a109a1d52d19e629c801769d5dbd860266e9399d1cada9c380
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75f259457f752109ed1154f36c5cc57f58a5756927cbbdcd169f0c174ed29812
3
  size 5112