Update README.md
Browse files
README.md
CHANGED
@@ -9,14 +9,18 @@ tags:
|
|
9 |
license: apache-2.0
|
10 |
language:
|
11 |
- en
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Uploaded model
|
15 |
|
16 |
- **Developed by:** Quazim0t0
|
17 |
-
- **License:** apache-2.0
|
18 |
- **Finetuned from model :** unsloth/phi-4-unsloth-bnb-4bit
|
|
|
|
|
|
|
19 |
|
20 |
-
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
21 |
|
22 |
-
|
|
|
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:
|