Creative Series
Collection
A collection of merged AI models designed for roleplay and story generation with a focus on creativity and quality.
•
2 items
•
Updated
•
1
Mistral Instruct
{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
{{ .Response }}<|im_end|>
ChatML
{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
{{ .Response }}{{ if .Response }}<|im_end|>{{ end }}
This is a merge of pre-trained language models created using mergekit.
This model was merged using the DARE TIES merge method using ReadyArt/Forgotten-Safeword-24B-3.6 as a base.
The following models were included in the merge:
The following YAML configuration was used to produce this model:
merge_method: dare_ties
base_model: ReadyArt/Forgotten-Safeword-24B-3.6
models:
- model: ReadyArt/Forgotten-Safeword-24B-3.6
parameters:
weight: 0.2
- model: Sorawiz/MistralSmall-Creative-24B-Realist
parameters:
weight: 0.4
- model: Trappu/Picaro-Apparatus-ties0.7-24b
parameters:
weight: 0.4
parameters:
density: 0.8
tokenizer:
source: union
chat_template: auto