初始化项目,由ModelHub XC社区提供模型
Model: Naphula/Wicked-Moondust-12B Source: Original Platform
This commit is contained in:
70
README.md
Normal file
70
README.md
Normal file
@@ -0,0 +1,70 @@
|
||||
---
|
||||
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
|
||||
|
||||

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