| --- |
| tags: |
| - lora |
| - deepseek-r1 |
| - finetuned |
| - adapter |
| - guidance |
| --- |
| |
| # DeepSeek R1 LoRA Adapter - Quranic Reasoning |
|
|
| This repository contains a LoRA (Low-Rank Adaptation) adapter finetuned on the [DeepSeek R1](huggingface.co/unsloth/DeepSeek-R1-Distill-Llama-8B) base model. It is designed to be used with the original DeepSeek R1 model and **cannot be used as a standalone model.** |
|
|
| ## Model Description |
|
|
| [**Quranic Reasoning Model to help do reflections and ask questions to get clarity and guidance**] |
|
|
| **Key Points:** |
|
|
|
|
| * **Base Model:** Requires the [DeepSeek R1](huggingface.co/unsloth/DeepSeek-R1-Distill-Llama-8B) base model . |
| * **Finetuning Task:** [Question Answering] |
| * **Finetuning Dataset:** [Quranic Reasoning Dataset](https://huggingface.co/datasets/musaoc/Quran-reasoning-SFT) |
|
|
| ## Usage |
|
|
| To use this LoRA adapter, you need to install the `transformers` and `peft` libraries. |
|
|
|
|