File size: 551 Bytes
1065836 | 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 | ---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- epfl-llm/meditron-7b
---
# BioMEd
BioMEd is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [epfl-llm/meditron-7b](https://huggingface.co/epfl-llm/meditron-7b)
## 🧩 Configuration
\```yaml
models:
- model: BioMistral/BioMistral-7B-DARE
- model: epfl-llm/meditron-7b
parameters:
density: 0.53
weight: 0.4
merge_method: dare_ties
base_model: BioMistral/BioMistral-7B-DARE
parameters:
int8_mask: true
dtype: bfloat16
\``` |