Update README.md
Browse files
README.md
CHANGED
@@ -1,22 +1,26 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
-
|
6 |
-
-
|
7 |
-
-
|
8 |
-
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
- **
|
18 |
-
- **
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
# MaWared HR Support Model
|
2 |
+
|
3 |
+
## Model Details
|
4 |
+
|
5 |
+
- **Base Model:** [unsloth/deepseek-r1-distill-qwen-7b-unsloth-bnb-4bit](https://huggingface.co/unsloth/deepseek-r1-distill-qwen-7b-unsloth-bnb-4bit)
|
6 |
+
- **Finetuned by:** Daemontatox
|
7 |
+
- **License:** Apache-2.0
|
8 |
+
- **Language:** English
|
9 |
+
- **Tags:** text-generation-inference, transformers, unsloth, qwen2, trl
|
10 |
+
|
11 |
+
## Overview
|
12 |
+
|
13 |
+
This model is a finetuned version of the `deepseek-r1-distill-qwen-7b` model, optimized for MaWared HR support. It was trained using [Unsloth](https://github.com/unslothai/unsloth) and Hugging Face's TRL library, enabling 2x faster training performance.
|
14 |
+
|
15 |
+
## Features
|
16 |
+
|
17 |
+
- **HR Query Assistance:** Provides accurate and efficient responses to HR-related inquiries.
|
18 |
+
- **Automated HR Support:** Helps automate repetitive HR tasks such as leave requests, employee benefits information, and policy clarifications.
|
19 |
+
- **Enhanced Performance:** Optimized for rapid inference and contextual understanding of HR-specific terminology.
|
20 |
+
|
21 |
+
## Installation
|
22 |
+
|
23 |
+
To use this model, install the required dependencies:
|
24 |
+
|
25 |
+
```bash
|
26 |
+
pip install torch transformers accelerate unsloth
|