Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- README.md +7 -8
- adapter_config.json +5 -5
README.md
CHANGED
@@ -1,16 +1,15 @@
|
|
1 |
---
|
2 |
base_model: unsloth/llama-3.2-1b-instruct
|
3 |
tags:
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
license: apache-2.0
|
11 |
language:
|
12 |
-
|
13 |
-
|
14 |
---
|
15 |
|
16 |
# Model Card for Model ID
|
|
|
1 |
---
|
2 |
base_model: unsloth/llama-3.2-1b-instruct
|
3 |
tags:
|
4 |
+
- text-generation-inference
|
5 |
+
- text-generation
|
6 |
+
- transformers
|
7 |
+
- unsloth
|
8 |
+
- llama
|
9 |
+
- trl
|
10 |
license: apache-2.0
|
11 |
language:
|
12 |
+
- en
|
|
|
13 |
---
|
14 |
|
15 |
# Model Card for Model ID
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"o_proj",
|
24 |
-
"down_proj",
|
25 |
-
"v_proj",
|
26 |
"gate_proj",
|
27 |
-
"
|
|
|
|
|
28 |
"up_proj",
|
29 |
-
"
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
|
|
23 |
"gate_proj",
|
24 |
+
"k_proj",
|
25 |
+
"down_proj",
|
26 |
+
"o_proj",
|
27 |
"up_proj",
|
28 |
+
"v_proj",
|
29 |
+
"q_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|