File size: 1,213 Bytes
6193abc 6743f9c 6193abc 6743f9c 6193abc 6743f9c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
---
base_model:
- huihui-ai/Devstral-Small-2505-abliterated
- FlareRebellion/DarkHazard-v2.1-24b
- mrfakename/mistral-small-3.1-24b-base-2503-hf
library_name: transformers
tags:
- mergekit
- merge
- not-for-all-audiences
---
# devhazard
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
## Merge Details
Distinctly experimental.
### Merge Method
This model was merged using the [Karcher Mean](https://en.wikipedia.org/wiki/Karcher_mean) merge method.
### Models Merged
The following models were included in the merge:
* [huihui-ai/Devstral-Small-2505-abliterated](https://huggingface.co/huihui-ai/Devstral-Small-2505-abliterated)
* [FlareRebellion/DarkHazard-v2.1-24b](https://huggingface.co/FlareRebellion/DarkHazard-v2.1-24b)
* [mrfakename/mistral-small-3.1-24b-base-2503-hf](https://huggingface.co/mrfakename/mistral-small-3.1-24b-base-2503-hf)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: huihui-ai/Devstral-Small-2505-abliterated
- model: FlareRebellion/DarkHazard-v2.1-24b
- model: mrfakename/mistral-small-3.1-24b-base-2503-hf
merge_method: karcher
dtype: bfloat16
``` |