Language Models are Super Mario: Absorbing Abilities from Homologous Models as a Free Lunch
Paper
• 2311.03099 • Published
• 30
This is a merge of pre-trained language models created using mergekit.
This model is particularly effective in structuring the unstructured clinical texts.
Base Model: The foundation of this model is based on "refuelai/Llama-3-Refueled," which itself is a refined version of the Llama3-8B model, renowned for its instruction-following capabilities and adaptability across various domains.
Merged Models:
This model was merged using the DARE TIES merge method using refuelai/Llama-3-Refueled as a base.
The following models were included in the merge:
The following YAML configuration was used to produce this model:
models:
- model: Locutusque/Llama-3-Hercules-5.0-8B
parameters:
weight: [0.25, 0.45, 0.35, 0.45, 0.25]
density: [0.1, 0.25, 0.5, 0.25, 0.1]
- model: refuelai/Llama-3-Refueled
- model: ruslanmv/ai-medical-model-32bit
parameters:
weight: [0.55, 0.45, 0.25, 0.45, 0.55]
density: [0.1, 0.25, 0.5, 0.25, 0.1]
merge_method: dare_ties
base_model: refuelai/Llama-3-Refueled
parameters:
int8_mask: true
dtype: bfloat16