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

Model: Ateron/Sketch-Cydonia-24B-V1.2
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-06 12:50:50 +08:00
commit 604e078119
20 changed files with 10638 additions and 0 deletions

43
README.md Normal file
View File

@@ -0,0 +1,43 @@
---
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
![00118-282965708](https://cdn-uploads.huggingface.co/production/uploads/6390f888de25f9eda571b0f2/SSMG-iQ_9caQ7AQN1pQ6g.png)
# "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
```