Daemontatox commited on
Commit
49986f9
·
verified ·
1 Parent(s): 93d75c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -22
README.md CHANGED
@@ -1,22 +1,26 @@
1
- ---
2
- base_model: unsloth/deepseek-r1-distill-qwen-7b-unsloth-bnb-4bit
3
- tags:
4
- - text-generation-inference
5
- - transformers
6
- - unsloth
7
- - qwen2
8
- - trl
9
- license: apache-2.0
10
- language:
11
- - en
12
- ---
13
-
14
- # Uploaded model
15
-
16
- - **Developed by:** Daemontatox
17
- - **License:** apache-2.0
18
- - **Finetuned from model :** unsloth/deepseek-r1-distill-qwen-7b-unsloth-bnb-4bit
19
-
20
- This qwen2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
-
22
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
 
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