Spaces:
Runtime error
Runtime error
Add README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,19 @@
|
|
| 1 |
---
|
| 2 |
-
title: Philosopher
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
colorTo: indigo
|
| 6 |
-
sdk:
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: The Philosopher
|
| 3 |
+
emoji: 🧠
|
| 4 |
+
colorFrom: gray
|
| 5 |
colorTo: indigo
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 4.44.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
+
short_description: A model that reasons philosophically, not retrieves
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# The Philosopher
|
| 14 |
+
|
| 15 |
+
A 27B model fine-tuned on philosophical reasoning. It constructs and defends positions rather than summarising them. Built on Qwen3.6-27B with DPO fine-tuning.
|
| 16 |
+
|
| 17 |
+
Ask it about consciousness, personal identity, free will, moral realism, the hard problem — or argue with it.
|
| 18 |
+
|
| 19 |
+
**TunedAI Labs** — [tunedailabs.com](https://tunedailabs.com)
|