--- base_model: - refuelai/Llama-3-Refueled - cognitivecomputations/dolphin-2.9-llama3-8b - NousResearch/Hermes-2-Theta-Llama-3-8B - NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS - Sao10K/L3-8B-Stheno-v3.2 - cgato/L3-TheSpice-8b-v0.8.3 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 [Sao10K/L3-8B-Stheno-v3.2](https://huggingface.co/Sao10K/L3-8B-Stheno-v3.2) as a base. ### Models Merged The following models were included in the merge: * [refuelai/Llama-3-Refueled](https://huggingface.co/refuelai/Llama-3-Refueled) * [cognitivecomputations/dolphin-2.9-llama3-8b](https://huggingface.co/cognitivecomputations/dolphin-2.9-llama3-8b) * [NousResearch/Hermes-2-Theta-Llama-3-8B](https://huggingface.co/NousResearch/Hermes-2-Theta-Llama-3-8B) * [NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS](https://huggingface.co/NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS) * [cgato/L3-TheSpice-8b-v0.8.3](https://huggingface.co/cgato/L3-TheSpice-8b-v0.8.3) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: refuelai/Llama-3-Refueled - model: cognitivecomputations/dolphin-2.9-llama3-8b - model: cgato/L3-TheSpice-8b-v0.8.3 - model: NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS - model: NousResearch/Hermes-2-Theta-Llama-3-8B merge_method: model_stock base_model: Sao10K/L3-8B-Stheno-v3.2 normalize: false int8_mask: true dtype: bfloat16 ```