Crystal-Ocean-12B / README.md
Vortex5's picture
Upload folder using huggingface_hub
e254e10 verified
---
base_model:
- Epiculous/Violet_Twilight-v0.2
- crestf411/MN-Slush
- anthracite-org/magnum-v2-12b
- LatitudeGames/Wayfarer-12B
library_name: transformers
tags:
- mergekit
- merge
---
# merge
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
## Merge Details
### Merge Method
This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [Epiculous/Violet_Twilight-v0.2](https://huggingface.co/Epiculous/Violet_Twilight-v0.2) as a base.
### Models Merged
The following models were included in the merge:
* [crestf411/MN-Slush](https://huggingface.co/crestf411/MN-Slush)
* [anthracite-org/magnum-v2-12b](https://huggingface.co/anthracite-org/magnum-v2-12b)
* [LatitudeGames/Wayfarer-12B](https://huggingface.co/LatitudeGames/Wayfarer-12B)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
base_model: Epiculous/Violet_Twilight-v0.2
models:
- model: LatitudeGames/Wayfarer-12B
- model: anthracite-org/magnum-v2-12b
- model: crestf411/MN-Slush
merge_method: model_stock
dtype: bfloat16
parameters:
normalize: true
```