Initial release
Browse files- .gitattributes +1 -0
- README.md +45 -0
- kukulemon-spiked-9B.Q8_0.gguf +3 -0
.gitattributes
CHANGED
@@ -4,6 +4,7 @@
|
|
4 |
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
*.ftz filter=lfs diff=lfs merge=lfs -text
|
|
|
7 |
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
*.joblib filter=lfs diff=lfs merge=lfs -text
|
|
|
4 |
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gguf filter=lfs diff=lfs merge=lfs -text
|
8 |
*.gz filter=lfs diff=lfs merge=lfs -text
|
9 |
*.h5 filter=lfs diff=lfs merge=lfs -text
|
10 |
*.joblib filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,48 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: cc-by-nc-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- grimjim/kukulemon-7B
|
4 |
+
library_name: transformers
|
5 |
+
tags:
|
6 |
+
- mergekit
|
7 |
+
- merge
|
8 |
license: cc-by-nc-4.0
|
9 |
---
|
10 |
+
# kululemon-spiked-9B-GGUF
|
11 |
+
|
12 |
+
This is a Q8_0 GGUF quant of [kululemon-spiked-9B](https://huggingface.co/grimjim/kukulemon-spiked-9B).
|
13 |
+
|
14 |
+
The model a frankenmerge of a pre-trained language model created using [mergekit](https://github.com/cg123/mergekit). As an experiment, this appears to be a partial success.
|
15 |
+
|
16 |
+
Lightly tested with temperature 1 and minP 0.01 with ChatML prompts; the model supports Alpaca prompts and has 8K context length, a result of its Mistral v0.1 provenance. The model's output has been coherent and stable during aforementioned testing.
|
17 |
+
|
18 |
+
The merge formula for this frankenmerge is below. It is conjectured that the shorter first section is not key to variation, the middle segment is key to balancing reasoning and variation, and that the lengthy final section is required for convergence and eventual stability. The internal instability is probably better suited for narrative involving unstable and/or unhinged characters and situations.
|
19 |
+
|
20 |
+
## Merge Details
|
21 |
+
### Merge Method
|
22 |
+
|
23 |
+
This model was merged using the passthrough merge method.
|
24 |
+
|
25 |
+
### Models Merged
|
26 |
+
|
27 |
+
The following models were included in the merge:
|
28 |
+
* [grimjim/kukulemon-7B](https://huggingface.co/grimjim/kukulemon-7B)
|
29 |
+
|
30 |
+
### Configuration
|
31 |
+
|
32 |
+
The following YAML configuration was used to produce this model:
|
33 |
+
|
34 |
+
```yaml
|
35 |
+
slices:
|
36 |
+
- sources:
|
37 |
+
- model: grimjim/kukulemon-7B
|
38 |
+
layer_range: [0, 12]
|
39 |
+
- sources:
|
40 |
+
- model: grimjim/kukulemon-7B
|
41 |
+
layer_range: [8, 16]
|
42 |
+
- sources:
|
43 |
+
- model: grimjim/kukulemon-7B
|
44 |
+
layer_range: [12, 32]
|
45 |
+
merge_method: passthrough
|
46 |
+
dtype: float16
|
47 |
+
|
48 |
+
```
|
kukulemon-spiked-9B.Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e58a0de4fff3534666b4f1a6f5451083974851f9ec56536f2c31e299318b72b3
|
3 |
+
size 9550006176
|