Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: unsloth/phi-4-unsloth-bnb-4bit
|
3 |
+
tags:
|
4 |
+
- text-generation-inference
|
5 |
+
- transformers
|
6 |
+
- unsloth
|
7 |
+
- llama
|
8 |
+
- gguf
|
9 |
+
license: apache-2.0
|
10 |
+
language:
|
11 |
+
- en
|
12 |
+
datasets:
|
13 |
+
- Magpie-Align/Magpie-Reasoning-V2-250K-CoT-Deepseek-R1-Llama-70B
|
14 |
+
- ServiceNow-AI/R1-Distill-SFT
|
15 |
+
---
|
16 |
+
|
17 |
+
# Uploaded model
|
18 |
+
|
19 |
+
- **Developed by:** Quazim0t0
|
20 |
+
- **Finetuned from model :** unsloth/phi-4-unsloth-bnb-4bit
|
21 |
+
- **GGUF**
|
22 |
+
- **Trained for 4-5 Hours on A800 with the MagPie-Reasoning-V2-CoT-DeepSeek-R1-Llama-70B & ServiceNow-AI/R1-Distill-SFT.**
|
23 |
+
- **5$ Training...I'm actually amazed by the results.**
|
24 |
+
|
25 |
+
|
26 |
+
If using this model for Open WebUI here is a simple function to organize the models responses:
|