File size: 744 Bytes
3aa3366 |
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 |
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- meta-llama/Llama-2-7b-hf
- epfl-llm/meditron-7b
---
# without_bio_apart_from_Llama-2-7B-hf
without_bio_apart_from_Llama-2-7B-hf is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf)
* [epfl-llm/meditron-7b](https://huggingface.co/epfl-llm/meditron-7b)
## 🧩 Configuration
```yaml
models:
- model: meta-llama/Llama-2-7b-hf
parameters:
weight: 0.5
- model: epfl-llm/meditron-7b
parameters:
weight: 0.5
merge_method: task_arithmetic
base_model: meta-llama/Llama-2-7b-hf
parameters:
normalize: true
int8_mask: true
dtype: bfloat16
``` |