--- base_model: - nvidia/Llama-3.1-Nemotron-Nano-8B-v1 - meta-llama/Llama-3.1-8B library_name: transformers tags: - forgelm - forge --- # axeron-31 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: * [nvidia/Llama-3.1-Nemotron-Nano-8B-v1](https://huggingface.co/nvidia/Llama-3.1-Nemotron-Nano-8B-v1) * [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: nvidia/Llama-3.1-Nemotron-Nano-8B-v1 parameters: t: 0.5 tokenizer: source: base ```