初始化项目,由ModelHub XC社区提供模型

Model: Ateron/Sketch-Cydonia
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-06 00:18:21 +08:00
commit 4ffa9f6e2b
20 changed files with 10638 additions and 0 deletions

43
README.md Normal file
View File

@@ -0,0 +1,43 @@
---
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
```