Sumin Kim commited on
Commit
0d81fab
·
verified ·
1 Parent(s): 69cfe6b

Model save

Browse files
README.md CHANGED
@@ -27,7 +27,7 @@ print(output["generated_text"])
27
 
28
  ## Training procedure
29
 
30
- [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/kmin940_/huggingface/runs/z80gm8q4)
31
 
32
  This model was trained with SFT.
33
 
 
27
 
28
  ## Training procedure
29
 
30
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/kmin940_/huggingface/runs/32txin2r)
31
 
32
  This model was trained with SFT.
33
 
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "k_proj",
24
  "o_proj",
25
- "up_proj",
26
  "gate_proj",
27
- "v_proj",
 
28
  "q_proj",
29
- "down_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "o_proj",
24
+ "down_proj",
25
  "gate_proj",
26
+ "k_proj",
27
+ "up_proj",
28
  "q_proj",
29
+ "v_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:febd81703c6ae983bed415b1684155bd9315d0abc00694edca0d966af7a6b39d
3
  size 639698592
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebd0406ce2847a4eda5521b96fac06c5ffa614df87ee0890abd1a805a1383b22
3
  size 639698592
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aa87621f6816ecc8d56bd45926dcf4afb303f5caa976e0303b27a588f4edf889
3
  size 5560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2c542cc62e6e029d16643428b9744f8dc5283228ae367a0c4c3b37e77fe26d5
3
  size 5560