Nick-Dev commited on
Commit
d2c1ffc
1 Parent(s): 42b3f62

Upload model trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

Files changed (2) hide show
  1. README.md +3 -3
  2. adapter_config.json +5 -5
README.md CHANGED
@@ -1,10 +1,10 @@
1
  ---
 
 
2
  library_name: transformers
 
3
  tags:
4
  - unsloth
5
- license: mit
6
- language:
7
- - en
8
  ---
9
 
10
  # Model Card for Model ID
 
1
  ---
2
+ language:
3
+ - en
4
  library_name: transformers
5
+ license: mit
6
  tags:
7
  - unsloth
 
 
 
8
  ---
9
 
10
  # Model Card for Model ID
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": "unsloth",
22
  "target_modules": [
23
- "q_proj",
24
- "gate_proj",
25
  "k_proj",
 
 
26
  "up_proj",
27
- "v_proj",
28
- "down_proj",
29
- "o_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": "unsloth",
22
  "target_modules": [
23
+ "v_proj",
 
24
  "k_proj",
25
+ "gate_proj",
26
+ "q_proj",
27
  "up_proj",
28
+ "o_proj",
29
+ "down_proj"
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,