Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🧠 Phi-3 Mini Reasoning Beast
|
| 2 |
|
| 3 |
The **Reasoning Beast** is a high-performance fine-tune of `Phi-3-mini-4k-instruct` optimized for complex cognitive tasks. By integrating the **Opus 4.6 Filtered Thinking** dataset, this model features native **Chain-of-Thought (CoT)** capabilities, enabling a structured internal deliberation process before output generation.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
tags:
|
| 4 |
+
- phi3
|
| 5 |
+
- reasoning
|
| 6 |
+
- chain-of-thought
|
| 7 |
+
- sm_120
|
| 8 |
+
license: mit
|
| 9 |
+
language:
|
| 10 |
+
- en
|
| 11 |
+
---
|
| 12 |
# 🧠 Phi-3 Mini Reasoning Beast
|
| 13 |
|
| 14 |
The **Reasoning Beast** is a high-performance fine-tune of `Phi-3-mini-4k-instruct` optimized for complex cognitive tasks. By integrating the **Opus 4.6 Filtered Thinking** dataset, this model features native **Chain-of-Thought (CoT)** capabilities, enabling a structured internal deliberation process before output generation.
|