chargoddard's picture
Upload folder using huggingface_hub
b285e02 verified
|
raw
history blame
1.06 kB
---
base_model:
- EVA-UNIT-01/EVA-Qwen2.5-32B-v0.0
- rombodawg/Rombos-LLM-V2.5-Qwen-32b
- peakji/steiner-32b-preview
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 [rombodawg/Rombos-LLM-V2.5-Qwen-32b](https://huggingface.co./rombodawg/Rombos-LLM-V2.5-Qwen-32b) as a base.
### Models Merged
The following models were included in the merge:
* [EVA-UNIT-01/EVA-Qwen2.5-32B-v0.0](https://huggingface.co./EVA-UNIT-01/EVA-Qwen2.5-32B-v0.0)
* [peakji/steiner-32b-preview](https://huggingface.co./peakji/steiner-32b-preview)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: peakji/steiner-32b-preview
- model: EVA-UNIT-01/EVA-Qwen2.5-32B-v0.0
merge_method: model_stock
base_model: rombodawg/Rombos-LLM-V2.5-Qwen-32b
dtype: bfloat16
```