--- base_model: - unsloth/Meta-Llama-3.1-8B - P0x0/Epos-8b library_name: transformers tags: - mergekit - peft --- # Epos-r32-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 [P0x0/Epos-8b](https://huggingface.co/P0x0/Epos-8b) and uses [unsloth/Meta-Llama-3.1-8B](https://huggingface.co/unsloth/Meta-Llama-3.1-8B) as a base. ### Parameters The following command was used to extract this LoRA adapter: ```sh mergekit-extract-lora P0x0/Epos-8b unsloth/Meta-Llama-3.1-8B OUTPUT_PATH --no-lazy-unpickle --skip-undecomposable --rank=32 --extend-vocab --model_name=Epos-r32-LoRA --verbose ```