dantelok commited on
Commit
ceca942
1 Parent(s): 44305a5

Model save

Browse files
README.md CHANGED
@@ -47,11 +47,6 @@ The following hyperparameters were used during training:
47
  - lr_scheduler_type: constant
48
  - lr_scheduler_warmup_ratio: 0.03
49
  - num_epochs: 3
50
- - mixed_precision_training: Native AMP
51
-
52
- ### Training results
53
-
54
-
55
 
56
  ### Framework versions
57
 
 
47
  - lr_scheduler_type: constant
48
  - lr_scheduler_warmup_ratio: 0.03
49
  - num_epochs: 3
 
 
 
 
 
50
 
51
  ### Framework versions
52
 
adapter_config.json CHANGED
@@ -19,13 +19,13 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
 
22
  "up_proj",
 
23
  "o_proj",
24
- "k_proj",
25
  "q_proj",
26
- "v_proj",
27
- "gate_proj",
28
- "down_proj"
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_rslora": false
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "v_proj",
23
  "up_proj",
24
+ "gate_proj",
25
  "o_proj",
26
+ "down_proj",
27
  "q_proj",
28
+ "k_proj"
 
 
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_rslora": false
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:32adbc59303fbf536d024537c5761838a6f253a340c7190ff4f1ab937915f0f9
3
- size 3607753496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f362bf9073a223dc15352f6830018ddc74bacec8f1609de0c18c28c8a75c7627
3
+ size 1803907984
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ee1d7ccd91167464e276d3963ad739fc8bb813dd44d98d43abd3971860da4859
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21c909799afc941890ea1b42ec1b0c22faeb13dd7b72c2ca378d705fc44aa8b7
3
  size 4728