DevsDoCode
commited on
Commit
•
97b0f6c
1
Parent(s):
ff69409
Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- README.md +2 -1
- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -3,12 +3,13 @@ language:
|
|
3 |
- en
|
4 |
license: apache-2.0
|
5 |
library_name: transformers
|
6 |
-
pipeline_tag: text-generation
|
7 |
tags:
|
8 |
- uncensored
|
9 |
- transformers
|
10 |
- llama
|
11 |
- llama-3
|
|
|
|
|
12 |
---
|
13 |
|
14 |
## Contributors
|
|
|
3 |
- en
|
4 |
license: apache-2.0
|
5 |
library_name: transformers
|
|
|
6 |
tags:
|
7 |
- uncensored
|
8 |
- transformers
|
9 |
- llama
|
10 |
- llama-3
|
11 |
+
- unsloth
|
12 |
+
pipeline_tag: text-generation
|
13 |
---
|
14 |
|
15 |
## Contributors
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": "unsloth",
|
22 |
"target_modules": [
|
|
|
|
|
|
|
23 |
"gate_proj",
|
24 |
"v_proj",
|
25 |
"down_proj",
|
26 |
-
"
|
27 |
-
"up_proj",
|
28 |
-
"k_proj",
|
29 |
-
"q_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": "unsloth",
|
22 |
"target_modules": [
|
23 |
+
"q_proj",
|
24 |
+
"o_proj",
|
25 |
+
"k_proj",
|
26 |
"gate_proj",
|
27 |
"v_proj",
|
28 |
"down_proj",
|
29 |
+
"up_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 167832240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2ffcc16ef29898a1c954fadd9432538b9cae08ecd0bae0f06d14eb9c86c42d4
|
3 |
size 167832240
|