namratanwani commited on
Commit
182cc33
1 Parent(s): cd1499c

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 +6 -6
README.md CHANGED
@@ -1,12 +1,12 @@
1
  ---
 
 
2
  library_name: transformers
3
  tags:
4
  - unsloth
5
  - information-extraction
6
  - llama3
7
  - finetuning
8
- language:
9
- - en
10
  ---
11
 
12
  # Model Card for Model ID
 
1
  ---
2
+ language:
3
+ - en
4
  library_name: transformers
5
  tags:
6
  - unsloth
7
  - information-extraction
8
  - llama3
9
  - finetuning
 
 
10
  ---
11
 
12
  # Model Card for Model ID
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": "unsloth",
22
  "target_modules": [
23
- "gate_proj",
24
- "up_proj",
25
- "v_proj",
26
- "q_proj",
27
- "k_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
  "down_proj",
24
+ "k_proj",
25
+ "q_proj",
26
+ "up_proj",
27
+ "gate_proj",
28
+ "o_proj",
29
+ "v_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,