NoOrdinaryJoy commited on
Commit
f6cc525
·
verified ·
1 Parent(s): 8f23f73

Upload model trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

Files changed (2) hide show
  1. README.md +2 -2
  2. adapter_config.json +4 -4
README.md CHANGED
@@ -1,12 +1,12 @@
1
  ---
2
- license: llama2
3
  library_name: peft
 
4
  tags:
5
  - trl
6
  - sft
7
  - unsloth
8
  - generated_from_trainer
9
- base_model: unsloth/llama-3-8b-bnb-4bit
10
  model-index:
11
  - name: outputs
12
  results: []
 
1
  ---
2
+ base_model: unsloth/llama-3-8b-bnb-4bit
3
  library_name: peft
4
+ license: llama2
5
  tags:
6
  - trl
7
  - sft
8
  - unsloth
9
  - generated_from_trainer
 
10
  model-index:
11
  - name: outputs
12
  results: []
adapter_config.json CHANGED
@@ -21,12 +21,12 @@
21
  "revision": "unsloth",
22
  "target_modules": [
23
  "k_proj",
24
- "down_proj",
25
  "o_proj",
26
- "v_proj",
27
  "q_proj",
28
- "up_proj",
29
- "gate_proj"
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
21
  "revision": "unsloth",
22
  "target_modules": [
23
  "k_proj",
24
+ "gate_proj",
25
  "o_proj",
 
26
  "q_proj",
27
+ "v_proj",
28
+ "down_proj",
29
+ "up_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,