初始化项目,由ModelHub XC社区提供模型
Model: Ateron/Sketch-Cydonia Source: Original Platform
This commit is contained in:
43
README.md
Normal file
43
README.md
Normal 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
|
||||
|
||||
|
||||

|
||||
|
||||
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
|
||||
```
|
||||
Reference in New Issue
Block a user