File size: 892 Bytes
85714a6
1290fdf
 
 
 
 
 
85714a6
 
1290fdf
85714a6
1290fdf
85714a6
1290fdf
85714a6
1290fdf
85714a6
1290fdf
85714a6
 
1290fdf
 
 
85714a6
1290fdf
85714a6
1290fdf
85714a6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
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.