base_model: | |
- NousResearch/Meta-Llama-3.1-8B-Instruct | |
- DreadPoor/BaeZel-8B-LINEAR | |
library_name: transformers | |
tags: | |
- mergekit | |
- peft | |
# Untitled LoRA Model (1) | |
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 [DreadPoor/BaeZel-8B-LINEAR](https://huggingface.co/DreadPoor/BaeZel-8B-LINEAR) and uses [NousResearch/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/NousResearch/Meta-Llama-3.1-8B-Instruct) as a base. | |
### Parameters | |
The following command was used to extract this LoRA adapter: | |
```sh | |
mergekit-extract-lora DreadPoor/BaeZel-8B-LINEAR NousResearch/Meta-Llama-3.1-8B-Instruct OUTPUT_PATH --no-lazy-unpickle --skip-undecomposable --rank=128 --verbose | |
``` | |