chane335 commited on
Commit
bb3fe3a
·
verified ·
1 Parent(s): 02ed22e

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -4,8 +4,8 @@ library_name: peft
4
  pipeline_tag: text-generation
5
  tags:
6
  - base_model:adapter:unsloth/Llama-3.2-3B-Instruct-bnb-4bit
 
7
  - lora
8
- - sft
9
  - transformers
10
  - trl
11
  - unsloth
 
4
  pipeline_tag: text-generation
5
  tags:
6
  - base_model:adapter:unsloth/Llama-3.2-3B-Instruct-bnb-4bit
7
+ - grpo
8
  - lora
 
9
  - transformers
10
  - trl
11
  - unsloth
adapter_config.json CHANGED
@@ -34,13 +34,13 @@
34
  "rank_pattern": {},
35
  "revision": null,
36
  "target_modules": [
37
- "gate_proj",
 
 
 
38
  "down_proj",
39
  "v_proj",
40
- "up_proj",
41
- "o_proj",
42
- "q_proj",
43
- "k_proj"
44
  ],
45
  "target_parameters": null,
46
  "task_type": "CAUSAL_LM",
 
34
  "rank_pattern": {},
35
  "revision": null,
36
  "target_modules": [
37
+ "q_proj",
38
+ "k_proj",
39
+ "o_proj",
40
+ "up_proj",
41
  "down_proj",
42
  "v_proj",
43
+ "gate_proj"
 
 
 
44
  ],
45
  "target_parameters": null,
46
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2bf3cbebc9464728c05353d32da71ad6f9ca22fe7da59703624abf6d79e15394
3
  size 97307544
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:294d886df812e884911e46b7d4d224ce51bc6a43094a145872e7dce91207d85b
3
  size 97307544
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6b9e4e7fb171f92fd137b777cc2714bf87d11576700a1dcd7a399e7bbe39537b
3
- size 17209920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a65c6c5f9764771aa485e6a1f5e63d7d9af8477fe0777148c17476ecb2e09a05
3
+ size 17210099