neph1 commited on
Commit
8f37a91
1 Parent(s): d89e29e

Trained with Unsloth

Browse files
Files changed (2) hide show
  1. adapter_config.json +4 -4
  2. generation_config.json +1 -1
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": "unsloth",
22
  "target_modules": [
23
- "gate_proj",
24
- "down_proj",
25
  "o_proj",
26
  "up_proj",
27
- "v_proj",
28
  "k_proj",
29
- "q_proj"
 
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": "unsloth",
22
  "target_modules": [
 
 
23
  "o_proj",
24
  "up_proj",
 
25
  "k_proj",
26
+ "v_proj",
27
+ "down_proj",
28
+ "q_proj",
29
+ "gate_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
generation_config.json CHANGED
@@ -5,5 +5,5 @@
5
  128001,
6
  128009
7
  ],
8
- "transformers_version": "4.39.3"
9
  }
 
5
  128001,
6
  128009
7
  ],
8
+ "transformers_version": "4.41.2"
9
  }