Spaces:
Running on Zero
Running on Zero
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,13 +1,28 @@
|
|
| 1 |
---
|
| 2 |
-
title: DualMind
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
-
python_version: '3.12'
|
| 9 |
app_file: app.py
|
| 10 |
-
pinned:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: DualMind — Explore → Examine → Response
|
| 3 |
+
emoji: 🧠
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.9.1
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
+
license: apache-2.0
|
| 11 |
+
tags:
|
| 12 |
+
- dualmind
|
| 13 |
+
- convergentintel
|
| 14 |
+
- knowledge-distillation
|
| 15 |
+
- reasoning
|
| 16 |
+
models:
|
| 17 |
+
- reaperdoesntknow/DualMinded-Qwen3-1.7B
|
| 18 |
---
|
| 19 |
|
| 20 |
+
# DualMind — Explore → Examine → Response
|
| 21 |
+
|
| 22 |
+
One model, two voices. DualMind uses a three-phase cognitive loop where the model explores the problem space, examines its own reasoning, then produces a response. Watch the thinking trace unfold.
|
| 23 |
+
|
| 24 |
+
Built by [Convergent Intelligence LLC: Research Division](https://huggingface.co/reaperdoesntknow)
|
| 25 |
+
|
| 26 |
+
- **Paper:** [Three Teachers, One Student: Dual-Cognition Reasoning at 1.7B](https://huggingface.co/reaperdoesntknow/DualMind_Methodolgy) (DOI: 10.57967/hf/8184)
|
| 27 |
+
- **DISC Foundations:** [Discrepancy Calculus](https://huggingface.co/reaperdoesntknow/Discrepancy_Calculus) (DOI: 10.57967/hf/8194)
|
| 28 |
+
- **Collection:** [DualMind Series](https://huggingface.co/collections/reaperdoesntknow/dualmind-69c93f888c6e79ecc69cf41e)
|