--- base_model: - nvidia/Llama-3.1-Nemotron-70B-Instruct-HF - sandbox-ai/Llama-3.1-Tango-70b library_name: transformers tags: - mergekit - merge --- # out 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 passthrough merge method. ### Models Merged The following models were included in the merge: * [nvidia/Llama-3.1-Nemotron-70B-Instruct-HF](https://huggingface.co/nvidia/Llama-3.1-Nemotron-70B-Instruct-HF) + [sandbox-ai/Llama-3.1-Tango-70b](https://huggingface.co/sandbox-ai/Llama-3.1-Tango-70b) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: nvidia/Llama-3.1-Nemotron-70B-Instruct-HF+sandbox-ai/Llama-3.1-Tango-70b merge_method: passthrough dtype: bfloat16 ```