tunedai commited on
Commit
3e9214d
·
verified ·
1 Parent(s): 4fba907

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -6
README.md CHANGED
@@ -1,10 +1,19 @@
1
  ---
2
- title: Philosopher
3
- emoji: 🐨
4
- colorFrom: indigo
5
  colorTo: indigo
6
- sdk: docker
7
- pinned: false
 
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
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)