ssaito commited on
Commit
4756e17
·
verified ·
1 Parent(s): 005ca60

Model save

Browse files
README.md CHANGED
@@ -38,20 +38,16 @@ More information needed
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 0.0002
41
- - train_batch_size: 1
42
  - eval_batch_size: 8
43
  - seed: 42
44
- - gradient_accumulation_steps: 16
45
- - total_train_batch_size: 16
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: constant
48
  - lr_scheduler_warmup_ratio: 0.03
49
  - num_epochs: 3
50
 
51
- ### Training results
52
-
53
-
54
-
55
  ### Framework versions
56
 
57
  - PEFT 0.12.0
 
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 0.0002
41
+ - train_batch_size: 3
42
  - eval_batch_size: 8
43
  - seed: 42
44
+ - gradient_accumulation_steps: 8
45
+ - total_train_batch_size: 24
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: constant
48
  - lr_scheduler_warmup_ratio: 0.03
49
  - num_epochs: 3
50
 
 
 
 
 
51
  ### Framework versions
52
 
53
  - PEFT 0.12.0
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "down_proj",
24
- "q_proj",
25
  "k_proj",
26
  "o_proj",
 
27
  "gate_proj",
28
- "v_proj",
29
- "up_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "v_proj",
 
24
  "k_proj",
25
  "o_proj",
26
+ "up_proj",
27
  "gate_proj",
28
+ "q_proj",
29
+ "down_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a4037af8e7cea44ee280d07d56862b8426f501ae659a05db97a2c852e3ce590d
3
  size 3443617864
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec9a1c5fd37babfa9f861a8fd06ec2280949a4081ae2035ae933d1b03b33d2fa
3
  size 3443617864
runs/Feb16_16-58-13_ip-172-31-3-189/events.out.tfevents.1739725098.ip-172-31-3-189.1346.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:527c8bfe4e96bb260e480f80da2df83d5120f2591e2b4c6209c198ac6c070c9c
3
+ size 6064
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c4a0dde11ba6da27beacc711bc13b02cde59dbd8ddf04fe41d14003b57bc8142
3
  size 5560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:072066f806c07c82951a717e54f820f3c4ee916028033b8c73b119f8bac558d6
3
  size 5560