--- base_model: - deepseek-ai/DeepSeek-R1-Distill-Qwen-14B library_name: peft tags: - mergekit - peft --- # tifa-deepsex-14b-cot-crazy-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 [ValueFX9507/Tifa-Deepsex-14b-CoT](https://huggingface.co/ValueFX9507/Tifa-Deepsex-14b-CoT) and uses [deepseek-ai/DeepSeek-R1-Distill-Qwen-14B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-14B) as a base. ### Parameters The following command was used to extract this LoRA adapter: ```sh /venv/main/bin/mergekit-extract-lora --model ./Tifa-Deepsex-14b-CoT-Crazy --base-model deepseek-ai/DeepSeek-R1-Distill-Qwen-14B --out-path tifa-deepsex-14b-cot-crazy-lora --cuda --max-rank 16 ```