saishshinde15
commited on
Commit
•
fdfefa2
1
Parent(s):
8c8cf6f
Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- README.md +3 -3
- adapter_config.json +5 -5
- adapter_model.safetensors +2 -2
README.md
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
---
|
2 |
base_model: unsloth/Meta-Llama-3.1-8B-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 |
-
- SkunkworksAI/reasoning-0.01
|
14 |
-
pipeline_tag: question-answering
|
15 |
---
|
16 |
|
17 |
# Uploaded model
|
|
|
1 |
---
|
2 |
base_model: unsloth/Meta-Llama-3.1-8B-bnb-4bit
|
3 |
+
datasets:
|
4 |
+
- SkunkworksAI/reasoning-0.01
|
5 |
language:
|
6 |
- en
|
7 |
license: apache-2.0
|
8 |
+
pipeline_tag: question-answering
|
9 |
tags:
|
10 |
- text-generation-inference
|
11 |
- transformers
|
12 |
- unsloth
|
13 |
- llama
|
14 |
- trl
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
# Uploaded model
|
adapter_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "unsloth/
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"v_proj",
|
24 |
"up_proj",
|
25 |
-
"gate_proj",
|
26 |
-
"o_proj",
|
27 |
"k_proj",
|
|
|
|
|
28 |
"down_proj",
|
29 |
-
"
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "unsloth/llama-3.2-1b-instruct-bnb-4bit",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"up_proj",
|
|
|
|
|
24 |
"k_proj",
|
25 |
+
"v_proj",
|
26 |
+
"q_proj",
|
27 |
"down_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"o_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99c7be20be3459145e7b5b82c933ccebe68e368622b03dbed9947af12ee71b8f
|
3 |
+
size 45118424
|