kingabzpro commited on
Commit
f66008c
·
verified ·
1 Parent(s): e54aa50

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,17 +1,17 @@
1
  ---
2
  base_model: unsloth/Llama-3.2-3B-Instruct-bnb-4bit
 
 
3
  language:
4
  - en
5
  license: apache-2.0
 
6
  tags:
7
  - text-generation-inference
8
  - transformers
9
  - unsloth
10
  - llama
11
  - trl
12
- datasets:
13
- - bitext/Bitext-customer-support-llm-chatbot-training-dataset
14
- pipeline_tag: text-generation
15
  ---
16
 
17
  # Uploaded model
 
1
  ---
2
  base_model: unsloth/Llama-3.2-3B-Instruct-bnb-4bit
3
+ datasets:
4
+ - bitext/Bitext-customer-support-llm-chatbot-training-dataset
5
  language:
6
  - en
7
  license: apache-2.0
8
+ pipeline_tag: text-generation
9
  tags:
10
  - text-generation-inference
11
  - transformers
12
  - unsloth
13
  - llama
14
  - trl
 
 
 
15
  ---
16
 
17
  # Uploaded model
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "v_proj",
24
- "down_proj",
25
- "up_proj",
26
  "k_proj",
27
  "q_proj",
28
- "o_proj",
29
- "gate_proj"
 
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
 
23
  "k_proj",
24
  "q_proj",
25
+ "down_proj",
26
+ "v_proj",
27
+ "up_proj",
28
+ "gate_proj",
29
+ "o_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,