--- base_model: - unsloth/llama-3-8b-Instruct - abacusai/Llama-3-Smaug-8B library_name: transformers tags: - mergekit - peft --- # Smaug-r64-LoRA This is a LoRA extracted from a language model. It was extracted using [mergekit](https://github.com/arcee-ai/mergekit). ## LoRA Details This LoRA adapter was extracted from [abacusai/Llama-3-Smaug-8B](https://huggingface.co/abacusai/Llama-3-Smaug-8B) and uses [unsloth/llama-3-8b-Instruct](https://huggingface.co/unsloth/llama-3-8b-Instruct) as a base. ### Parameters The following command was used to extract this LoRA adapter: ```sh mergekit-extract-lora abacusai/Llama-3-Smaug-8B unsloth/llama-3-8b-Instruct OUTPUT_PATH --no-lazy-unpickle --skip-undecomposable --rank=64 --extend-vocab --model_name=Smaug-r64-LoRA --verbose ```