|
--- |
|
base_model: |
|
- kromeurus/L3-Blackened-Sunfall-15B |
|
- Hastagaras/Jamet-8B-L3-MK.V-Blackroot |
|
- TheDrummer/Llama-3SOME-8B-v2 |
|
library_name: transformers |
|
tags: |
|
- mergekit |
|
- merge |
|
|
|
--- |
|
![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/667eea5cdebd46a5ec4dcc3d/HzAhXawzvRnvlmatPrwld.jpeg) |
|
|
|
Well, this merge didn't go as expected, at all. Went in trying to make an 8B downscale of [Blackfall Summanus](https://huggingface.co/kromeurus/L3-Blackfall-Summanus-v0.1-15B) and a comical amount of dumb mistakes later, managed to make this surprisingly solid merge. |
|
I don't know either, I'm still processing how this model exists because I fat-fingered my keyboard. Anyways, here is Sammanus Ara. For more information, please look at the original model card above. |
|
|
|
### Quants |
|
|
|
[Q8_0 only GGUF](https://huggingface.co/kromeurus/L3-8.9B-Blackfall-SummanusAra-v0.1-Q8-GGUF) by me. |
|
|
|
Additional quants are not available yet. |
|
|
|
### Details & Recommended Settings |
|
|
|
Compared to the OG 15B version, BF Summanus Ara is surprisingly capable for it's size while keeping most of the original attributes. Obviously, won't be as verbose or colorful due to natural limitations, |
|
though no less eloquent. A little more precise and coherent, somehow sticks to the example text to a T exactly like Aethora v2 despite not adding it into the merge. Not as chatty as expected |
|
with the additional models, paces itself quite well. |
|
|
|
|
|
|
|
Rec. Settings: |
|
``` |
|
Template: Model Default |
|
Temperature: 1.3 |
|
Min P: 0.08 |
|
Repeat Penelty: 1.05 |
|
Repeat Penelty Tokens: 256 |
|
``` |
|
|
|
### Models Merged |
|
|
|
* [kromeurus/L3-Blackened-Sunfall-15B](https://huggingface.co/kromeurus/L3-Blackened-Sunfall-15B) |
|
* [Hastagaras/Jamet-8B-L3-MK.V-Blackroot](https://huggingface.co/Hastagaras/Jamet-8B-L3-MK.V-Blackroot) |
|
* [TheDrummer/Llama-3SOME-8B-v2](https://huggingface.co/TheDrummer/Llama-3SOME-8B-v2) |
|
|
|
I first made passthrough merges of the models listed above into separate parts that has aspects of what I wanted in the final model, then did a ties merge with said parts as seen below. |
|
|
|
### Configs |
|
|
|
```yaml |
|
models: |
|
- model: parts/summanus.ds.9b |
|
# No parameters necessary for base model |
|
- model: parts/summanusara.atp1 |
|
parameters: |
|
density: [0.33, 0.01, 0.33] |
|
weight: 0.8 |
|
gamma: 0.001 |
|
merge_method: breadcrumbs |
|
base_model: parts/summanus.ds.9b |
|
parameters: |
|
normalize: true |
|
int8_mask: true |
|
dtype: bfloat16 |
|
|
|
``` |
|
|