Upload 2 files
Browse files- .gitattributes +1 -0
- LLaMa-3-Cat-Instruct-15B-try3.gguf +3 -0
- LLaMa-3-Cat-Instruct-15B-try3.yaml +44 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
LLaMa-3-Cat-Instruct-15B-try3.gguf filter=lfs diff=lfs merge=lfs -text
|
LLaMa-3-Cat-Instruct-15B-try3.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82e85f490bd6e596c0fbec8ee47d913b013b7298fc59440fce39c47b43571c65
|
3 |
+
size 8648963168
|
LLaMa-3-Cat-Instruct-15B-try3.yaml
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
merge_method: passthrough
|
2 |
+
dtype: bfloat16
|
3 |
+
vocab_type: bpe
|
4 |
+
slices:
|
5 |
+
- sources:
|
6 |
+
- layer_range: [0, 24]
|
7 |
+
model: TheSkullery/llama-3-cat-8b-instruct-v1
|
8 |
+
- sources:
|
9 |
+
- layer_range: [8, 24]
|
10 |
+
model: TheSkullery/llama-3-cat-8b-instruct-v1
|
11 |
+
parameters:
|
12 |
+
scale:
|
13 |
+
- filter: o_proj
|
14 |
+
value: 0.0
|
15 |
+
- filter: down_proj
|
16 |
+
value: 0.0
|
17 |
+
- value: 1.0
|
18 |
+
- sources:
|
19 |
+
- layer_range: [8, 24]
|
20 |
+
model: TheSkullery/llama-3-cat-8b-instruct-v1
|
21 |
+
parameters:
|
22 |
+
scale:
|
23 |
+
- filter: o_proj
|
24 |
+
value: 0.0
|
25 |
+
- filter: down_proj
|
26 |
+
value: 0.0
|
27 |
+
- value: 1.0
|
28 |
+
- sources:
|
29 |
+
- layer_range: [24, 32]
|
30 |
+
model: TheSkullery/llama-3-cat-8b-instruct-v1
|
31 |
+
name: LLaMa-3-Cat-Instruct-Unhealed-15B
|
32 |
+
---
|
33 |
+
|
34 |
+
merge_method: task_arithmetic
|
35 |
+
dtype: bfloat16
|
36 |
+
vocab_type: bpe
|
37 |
+
base_model: elinas/Llama-3-15B-Instruct-zeroed
|
38 |
+
models:
|
39 |
+
- model: elinas/Llama-3-15B-Instruct-zeroed-ft
|
40 |
+
parameters:
|
41 |
+
weight: 1.0
|
42 |
+
- model: LLaMa-3-Cat-Instruct-Unhealed-15B
|
43 |
+
parameters:
|
44 |
+
weight: 1.0
|