indrasn0wal commited on
Commit
8a8f9a5
·
verified ·
1 Parent(s): 59d267d

Upload model trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

Files changed (2) hide show
  1. README.md +1 -1
  2. adapter_config.json +4 -4
README.md CHANGED
@@ -8,4 +8,4 @@ base_model:
8
  - unsloth/llama-3-8b-bnb-4bit
9
  datasets:
10
  - gretelai/synthetic_text_to_sql
11
- ---
 
8
  - unsloth/llama-3-8b-bnb-4bit
9
  datasets:
10
  - gretelai/synthetic_text_to_sql
11
+ ---
adapter_config.json CHANGED
@@ -23,13 +23,13 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "down_proj",
27
- "q_proj",
28
  "o_proj",
29
  "k_proj",
30
- "v_proj",
 
31
  "gate_proj",
32
- "up_proj"
 
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
 
 
26
  "o_proj",
27
  "k_proj",
28
+ "q_proj",
29
+ "down_proj",
30
  "gate_proj",
31
+ "up_proj",
32
+ "v_proj"
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,