--- base_model: - meta-llama/Llama-3.2-3B-Instruct - meta-llama/Llama-3.2-3B - EpistemeAI/Llama-3.2-3B-Agent007-Coder library_name: transformers tags: - forgelm - forge --- # e2404186-cc3b-4b42-a50d-748c02415d3f This is a forge of pre-trained language models created using [forgelm](https://github.com/AxeronAI/forgelm). ## Forge Details ### Forge Method This model was forged using the [Task Arithmetic](https://arxiv.org/abs/2212.04089) forge method using [meta-llama/Llama-3.2-3B](https://huggingface.co/meta-llama/Llama-3.2-3B) as a base. ### Models Forged The following models were included in the forge: * [meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct) * [EpistemeAI/Llama-3.2-3B-Agent007-Coder](https://huggingface.co/EpistemeAI/Llama-3.2-3B-Agent007-Coder) ### Configuration The following YAML configuration was used to produce this model: ```yaml base_model: meta-llama/Llama-3.2-3B dtype: bfloat16 forge_method: task_arithmetic modules: default: slices: - sources: - layer_range: [0, 28] model: meta-llama/Llama-3.2-3B-Instruct parameters: weight: 1.0 - layer_range: [0, 28] model: EpistemeAI/Llama-3.2-3B-Agent007-Coder parameters: weight: -1.0 - layer_range: [0, 28] model: meta-llama/Llama-3.2-3B ```