--- base_model: - ContactDoctor/Bio-Medical-Llama-3-8B - NousResearch/Meta-Llama-3.1-8B-Instruct - Weyaxi/Einstein-v6.1-Llama3-8B - rombodawg/Llama-3-8B-Instruct-Coder - ValiantLabs/Llama3.1-8B-Cobalt library_name: transformers tags: - mergekit - merge license: llama3.1 --- # merge This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). An old model created for an abandoned project ## Merge Details ### Merge Method This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [NousResearch/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/NousResearch/Meta-Llama-3.1-8B-Instruct) as a base. ### Models Merged The following models were included in the merge: * [ContactDoctor/Bio-Medical-Llama-3-8B](https://huggingface.co/ContactDoctor/Bio-Medical-Llama-3-8B) * [Weyaxi/Einstein-v6.1-Llama3-8B](https://huggingface.co/Weyaxi/Einstein-v6.1-Llama3-8B) * [rombodawg/Llama-3-8B-Instruct-Coder](https://huggingface.co/rombodawg/Llama-3-8B-Instruct-Coder) * [ValiantLabs/Llama3.1-8B-Cobalt](https://huggingface.co/ValiantLabs/Llama3.1-8B-Cobalt) ### Configuration The following YAML configuration was used to produce this model: ```yaml base_model: NousResearch/Meta-Llama-3.1-8B-Instruct dtype: bfloat16 merge_method: model_stock models: - model: ValiantLabs/Llama3.1-8B-Cobalt - model: Weyaxi/Einstein-v6.1-Llama3-8B - model: ContactDoctor/Bio-Medical-Llama-3-8B - model: rombodawg/Llama-3-8B-Instruct-Coder ```