Files
Sketch-Cydonia/README.md

43 lines
965 B
Markdown
Raw Permalink Normal View History

---
base_model:
- TheDrummer/Cydonia-24B-v4.3
- zerofata/MS3.2-PaintedFantasy-v4.1-24B
library_name: transformers
tags:
- mergekit
- merge
- roleplay
language:
- en
pipeline_tag: text-generation
---
# Sketch-Cydonia
![00118-282965708](https://cdn-uploads.huggingface.co/production/uploads/6390f888de25f9eda571b0f2/DDyVSwrYUqRKvd1BNbNec.png)
Sketch is something simple, a freehand drawing that suppose to show an idea.
So with that in mind I made this simple merge between two most interesting models in rance of 24B.
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: E:\AI\Cydonia 4.3
parameters:
density: [1.0, 0.75, 0.5, 0.2]
weight: 1.0
- model: E:\AI\Painted Fantasy 4.1
parameters:
density: 0.35
weight: [0, 0.1, 0.35, 0.5]
merge_method: ties
base_model: E:\AI\Cydonia 4.3
parameters:
normalize: true
int8_mask: true
dtype: float32
out_dtype: bfloat16
```