43 lines
947 B
Markdown
43 lines
947 B
Markdown
---
|
|
base_model:
|
|
- Ateron/Sketch-Cydonia_V1.1
|
|
- ConicCat/Mistral-Small-3.2-AntiRep-24B
|
|
library_name: transformers
|
|
tags:
|
|
- mergekit
|
|
- merge
|
|
- roleplay
|
|
license: apache-2.0
|
|
language:
|
|
- en
|
|
---
|
|
# Sketch-CydoniaV1.2
|
|
|
|

|
|
|
|
# "Sketch is something simple, a freehand drawing that suppose to show an idea."
|
|
|
|
This is another step that must reduce slop and repetition. Enjoy!
|
|
|
|
### Configuration
|
|
|
|
The following YAML configuration was used to produce this model:
|
|
|
|
```yaml
|
|
models:
|
|
- model: E:\AI\Sketch-CydoniaV1.1
|
|
parameters:
|
|
density: [1.0, 0.9, 0.75, 0.70]
|
|
weight: 1.0
|
|
- model: E:\AI\ConiCat MS 3.2 AntiRep
|
|
parameters:
|
|
density: 0.35
|
|
weight: [0, 0.1, 0.2, 0.35]
|
|
merge_method: ties
|
|
base_model: E:\AI\Sketch-CydoniaV1.1
|
|
parameters:
|
|
normalize: false
|
|
int8_mask: true
|
|
dtype: float32
|
|
out_dtype: bfloat16
|
|
``` |