grimjim's picture
Update README.md
24a3609 verified
---
base_model:
- Gryphe/Codex-24B-Small-3.2
- mrfakename/mistral-small-3.1-24b-base-2503-hf
library_name: transformers
pipeline_tag: text-generation
tags:
- mergekit
- merge
license: apache-2.0
---
# demi-Codex-24B-Small-3.2
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 [SLERP](https://en.wikipedia.org/wiki/Slerp) merge method.
### Models Merged
The following models were included in the merge:
* [Gryphe/Codex-24B-Small-3.2](https://huggingface.co/Gryphe/Codex-24B-Small-3.2)
* [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: mrfakename/mistral-small-3.1-24b-base-2503-hf
- model: Gryphe/Codex-24B-Small-3.2
merge_method: slerp
base_model: mrfakename/mistral-small-3.1-24b-base-2503-hf
parameters:
t:
- value: 0.5
dtype: bfloat16
```