| | --- |
| | base_model: |
| | - chihoonlee10/T3Q-Mistral-Orca-Math-DPO |
| | - MaziyarPanahi/Calme-7B-Instruct-v0.9 |
| | - liminerity/M7-7b |
| | library_name: transformers |
| | tags: |
| | - mergekit |
| | - merge |
| | license: apache-2.0 |
| | --- |
| | # 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 [MaziyarPanahi/Calme-7B-Instruct-v0.9](https://huggingface.co/MaziyarPanahi/Calme-7B-Instruct-v0.9) as a base. |
| |
|
| | ### Models Merged |
| |
|
| | The following models were included in the merge: |
| | * [chihoonlee10/T3Q-Mistral-Orca-Math-DPO](https://huggingface.co/chihoonlee10/T3Q-Mistral-Orca-Math-DPO) |
| | * [liminerity/M7-7b](https://huggingface.co/liminerity/M7-7b) |
| |
|
| | ### Configuration |
| |
|
| | The following YAML configuration was used to produce this model: |
| |
|
| | ```yaml |
| | models: |
| | - model: MaziyarPanahi/Calme-7B-Instruct-v0.9 |
| | - model: chihoonlee10/T3Q-Mistral-Orca-Math-DPO |
| | - model: liminerity/M7-7b |
| | merge_method: model_stock |
| | base_model: MaziyarPanahi/Calme-7B-Instruct-v0.9 |
| | dtype: bfloat16 |
| | ``` |