Files
Wicked-Moondust-12B/README.md

70 lines
1.7 KiB
Markdown
Raw Normal View History

---
base_model:
- Vortex5/Ethereal-Stardust-12B
- Vortex5/Wicked-Oblivion-12B
- Vortex5/Nether-Moon-12B
library_name: transformers
tags:
- mergekit
- merge
- mistral
- nemo
- arcee_fusion
widget:
- text: "Wicked-Moondust-12B"
output:
url: https://cdn-uploads.huggingface.co/production/uploads/68e840caa318194c44ec2a04/gy1XQYgrUXO_AFriFYa0t.jpeg
---
# 🌙 Wicked Moondust 12B
![Wicked-Moondust-12B](https://cdn-uploads.huggingface.co/production/uploads/68e840caa318194c44ec2a04/gy1XQYgrUXO_AFriFYa0t.jpeg)
This is a merge of pre-trained language models created through a multi-stage combination using [mergekit](https://github.com/cg123/mergekit).
## Merge Details
### Merge Method
This model was merged using the [Arcee Fusion](https://www.arcee.ai/blog/meet-mergekit-v0-1-arcee-fusion-expanded-model-support-multi-gpu-acceleration) merge method.
### Models Merged
The following models were included in the merge:
- Vortex5/Ethereal-Stardust-12B
- Vortex5/Wicked-Oblivion-12B
- Vortex5/Nether-Moon-12B
### Configuration
The following YAML configuration was used to produce this model:
```yaml
name: First
architecture: MistralForCausalLM
base_model: B:\12B\Vortex5--Ethereal-Stardust-12B
models:
- model: B:\12B\Vortex5--Ethereal-Stardust-12B
- model: B:\12B\Vortex5--Wicked-Oblivion-12B
merge_method: arcee_fusion
parameters:
tukey_fence: 1.5
dtype: float32
out_dtype: bfloat16
tokenizer:
source: B:\12B\Vortex5--Ethereal-Stardust-12B
chat_template: auto
---
name: Wicked Moondust 12B
architecture: MistralForCausalLM
base_model: First
models:
- model: First
- model: B:\12B\Vortex5--Nether-Moon-12B
merge_method: arcee_fusion
parameters:
tukey_fence: 1.5
dtype: float32
out_dtype: bfloat16
tokenizer:
source: First
chat_template: auto
```