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 +1 -1
README.md
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
---
|
2 |
base_model: unsloth/llama-3-8b-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 |
-
- llamafactory/PubMedQA
|
14 |
-
pipeline_tag: text-generation
|
15 |
---
|
16 |
|
17 |
# Dissertation project on impact of interpretability on LLM's vs Quantizations
|
|
|
1 |
---
|
2 |
base_model: unsloth/llama-3-8b-instruct-bnb-4bit
|
3 |
+
datasets:
|
4 |
+
- llamafactory/PubMedQA
|
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 |
# Dissertation project on impact of interpretability on LLM's vs Quantizations
|
adapter_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": "unsloth",
|
22 |
"target_modules": [
|
23 |
-
"down_proj",
|
24 |
-
"q_proj",
|
25 |
"gate_proj",
|
|
|
|
|
26 |
"o_proj",
|
27 |
-
"
|
28 |
"up_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-8b-instruct-bnb-4bit",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": "unsloth",
|
22 |
"target_modules": [
|
|
|
|
|
23 |
"gate_proj",
|
24 |
+
"k_proj",
|
25 |
+
"q_proj",
|
26 |
"o_proj",
|
27 |
+
"down_proj",
|
28 |
"up_proj",
|
29 |
+
"v_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 335604696
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50b8c55e93cc0350f2b1e81072f5d9b3211d03fbd5310aac5d581f8c14c93def
|
3 |
size 335604696
|