--- base_model: - meta-llama/Llama-3.3-70B-Instruct - nvidia/Llama-3.1-Nemotron-70B-Instruct-HF - meta-llama/Llama-3.1-70B-Instruct library_name: transformers tags: - mergekit - merge --- # 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 [Task Arithmetic](https://arxiv.org/abs/2212.04089) merge method using [meta-llama/Llama-3.1-70B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-70B-Instruct) as a base. ### Models Merged The following models were included in the merge: * [meta-llama/Llama-3.3-70B-Instruct](https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct) * [nvidia/Llama-3.1-Nemotron-70B-Instruct-HF](https://huggingface.co/nvidia/Llama-3.1-Nemotron-70B-Instruct-HF) ### Configuration The following YAML configuration was used to produce this model: ```yaml merge_method: task_arithmetic base_model: meta-llama/Llama-3.1-70B-Instruct models: - model: nvidia/Llama-3.1-Nemotron-70B-Instruct-HF parameters: weight: 1.0 - model: meta-llama/Llama-3.3-70B-Instruct parameters: weight: 1.0 dtype: bfloat16 out_dtype: bfloat16 parameters: int8_mask: true normalize: false rescale: false filter_wise: false chat_template: auto tokenizer: source: union ```