Spaces:
Runtime error
Runtime error
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,12 +1,25 @@
|
|
| 1 |
---
|
| 2 |
-
title: Qwen3
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Qwen3.6 · Claude-4.7-Opus Reasoning Distilled
|
| 3 |
+
emoji: 🧠
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.0.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
short_description: 35B MoE that reasons like Claude Opus 4.7
|
| 11 |
+
models:
|
| 12 |
+
- lordx64/Qwen3.6-35B-A3B-Claude-4.7-Opus-Reasoning-Distilled
|
| 13 |
+
datasets:
|
| 14 |
+
- lordx64/reasoning-distill-opus-4-7-max-sft
|
| 15 |
+
tags:
|
| 16 |
+
- reasoning
|
| 17 |
+
- chain-of-thought
|
| 18 |
+
- qwen
|
| 19 |
+
- moe
|
| 20 |
+
- distillation
|
| 21 |
---
|
| 22 |
|
| 23 |
+
Chat demo for [lordx64/Qwen3.6-35B-A3B-Claude-4.7-Opus-Reasoning-Distilled](https://huggingface.co/lordx64/Qwen3.6-35B-A3B-Claude-4.7-Opus-Reasoning-Distilled).
|
| 24 |
+
|
| 25 |
+
Runs on ZeroGPU with 4-bit (NF4) quantization. Thinking is shown in a collapsible section; the model may take 30–60s on hard questions.
|