--- base_model: - meta-llama/Llama-3.1-8B-Instruct - meta-llama/Llama-3.1-8B library_name: transformers tags: - forgelm - forge --- # axeron-29 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 [SLERP](https://en.wikipedia.org/wiki/Slerp) forge method. ### Models Forged The following models were included in the forge: * [meta-llama/Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct) * [meta-llama/Llama-3.1-8B](https://huggingface.co/meta-llama/Llama-3.1-8B) ### Configuration The following YAML configuration was used to produce this model: ```yaml base_model: meta-llama/Llama-3.1-8B dtype: bfloat16 forge_method: slerp modules: default: slices: - sources: - layer_range: [0, 32] model: meta-llama/Llama-3.1-8B - layer_range: [0, 32] model: meta-llama/Llama-3.1-8B-Instruct parameters: t: 0.5 tokenizer: source: base ```