HyperdustProtocol
commited on
Commit
•
3edae82
1
Parent(s):
4c7c55c
Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- README.md +1 -1
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
license: apache-2.0
|
@@ -8,7 +9,6 @@ tags:
|
|
8 |
- unsloth
|
9 |
- llama
|
10 |
- trl
|
11 |
-
base_model: unsloth/llama-2-7b-bnb-4bit
|
12 |
---
|
13 |
|
14 |
# Uploaded model
|
|
|
1 |
---
|
2 |
+
base_model: unsloth/llama-2-7b-bnb-4bit
|
3 |
language:
|
4 |
- en
|
5 |
license: apache-2.0
|
|
|
9 |
- unsloth
|
10 |
- llama
|
11 |
- trl
|
|
|
12 |
---
|
13 |
|
14 |
# Uploaded model
|
adapter_config.json
CHANGED
@@ -20,12 +20,12 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": "unsloth",
|
22 |
"target_modules": [
|
23 |
-
"up_proj",
|
24 |
"gate_proj",
|
25 |
-
"v_proj",
|
26 |
"q_proj",
|
27 |
-
"
|
28 |
"o_proj",
|
|
|
|
|
29 |
"k_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": "unsloth",
|
22 |
"target_modules": [
|
|
|
23 |
"gate_proj",
|
|
|
24 |
"q_proj",
|
25 |
+
"up_proj",
|
26 |
"o_proj",
|
27 |
+
"v_proj",
|
28 |
+
"down_proj",
|
29 |
"k_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 159967880
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab0667d5c75dd432094428be1fdbd622ae8dcdab86a94b2b2417d19f60eb81e8
|
3 |
size 159967880
|