LukeOLuck commited on
Commit
75c5ea8
1 Parent(s): f38c809

Model save

Browse files
README.md CHANGED
@@ -37,15 +37,16 @@ More information needed
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 0.0002
40
- - train_batch_size: 32
41
  - eval_batch_size: 8
42
  - seed: 42
43
  - gradient_accumulation_steps: 2
44
- - total_train_batch_size: 64
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: constant
47
  - lr_scheduler_warmup_ratio: 0.03
48
  - num_epochs: 1
 
49
 
50
  ### Training results
51
 
 
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 0.0002
40
+ - train_batch_size: 8
41
  - eval_batch_size: 8
42
  - seed: 42
43
  - gradient_accumulation_steps: 2
44
+ - total_train_batch_size: 16
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: constant
47
  - lr_scheduler_warmup_ratio: 0.03
48
  - num_epochs: 1
49
+ - mixed_precision_training: Native AMP
50
 
51
  ### Training results
52
 
adapter_config.json CHANGED
@@ -19,8 +19,8 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "q_proj",
23
- "v_proj"
24
  ],
25
  "task_type": "CAUSAL_LM",
26
  "use_rslora": false
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "v_proj",
23
+ "q_proj"
24
  ],
25
  "task_type": "CAUSAL_LM",
26
  "use_rslora": false
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d414d1358bc04dac1a290726e095ecda7ef7c9e524865152af5274d04998f918
3
- size 67126232
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64f76e5cdec7ad3f6060b4d82e60bef387d112e1544514bea4192f7b82f585a2
3
+ size 134235048
runs/Feb23_00-28-22_97a16b743b3b/events.out.tfevents.1708648297.97a16b743b3b.143.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b6cd25ea23e046fc9572094e8fc949cde6af7f299969459341b5dc3860ed895
3
+ size 14713
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f434296bdc60b68b40a76e85a6c4d60049a203206265a6a7bd691d95319e75e9
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8428d6d2abf97eaa6c94c3722a996c1fead522d9ecfe977dceb2231dadb1c6c2
3
  size 4728