--- base_model: - grimjim/llama-3-Nephilim-v3-8B - meta-llama/Meta-Llama-3-8B-Instruct library_name: transformers tags: - mergekit - peft - lora license: llama3 pipeline_tag: text-generation --- # Llama-3-8B-Instruct-Nephilim-v3-LoRA This is a LoRA extracted from a language model. It was extracted using [mergekit](https://github.com/arcee-ai/mergekit). Built with Meta Llama 3. ## LoRA Details This LoRA adapter was extracted from [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) and uses [grimjim/llama-3-Nephilim-v3-8B](https://huggingface.co/grimjim/llama-3-Nephilim-v3-8B) as a base. ### Parameters The following command was used to extract this LoRA adapter: ```sh mergekit-extract-lora grimjim/llama-3-Nephilim-v3-8B meta-llama/Meta-Llama-3-8B-Instruct OUTPUT_PATH --rank=32 --model_name=Llama-3-8B-Instruct-Nephilim-v3-LoRA ```