L3-DWPs-r128-LoRA / README.md
kromeurus's picture
Upload folder using huggingface_hub
f06935d verified
---
base_model:
- NousResearch/Meta-Llama-3-8B
- nothingiisreal/llama3-8B-DWP
library_name: transformers
tags:
- mergekit
- peft
---
# DWPs-r128-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 [nothingiisreal/llama3-8B-DWP](https://huggingface.co/nothingiisreal/llama3-8B-DWP) and uses [NousResearch/Meta-Llama-3-8B](https://huggingface.co/NousResearch/Meta-Llama-3-8B) as a base.
### Parameters
The following command was used to extract this LoRA adapter:
```sh
mergekit-extract-lora nothingiisreal/llama3-8B-DWP NousResearch/Meta-Llama-3-8B OUTPUT_PATH --no-lazy-unpickle --skip-undecomposable --rank=128 --extend-vocab --model_name=DWPs-r128-LoRA --verbose
```