base_model: | |
- Qwen/QwQ-32B | |
- huihui-ai/QwQ-32B-abliterated | |
library_name: peft | |
tags: | |
- mergekit | |
- peft | |
# qwq-32b-abliterated-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 [huihui-ai/QwQ-32B-abliterated](https://huggingface.co/huihui-ai/QwQ-32B-abliterated) and uses [Qwen/QwQ-32B](https://huggingface.co/Qwen/QwQ-32B) as a base. | |
### Parameters | |
The following command was used to extract this LoRA adapter: | |
```sh | |
/venv/main/bin/mergekit-extract-lora --model huihui-ai/QwQ-32B-abliterated --base-model Qwen/QwQ-32B --out-path qwq-32b-abliterated-lora --cuda --max-rank 32 | |
``` | |