Spaces:
Running on Zero
Running on Zero
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,27 +1,30 @@
|
|
| 1 |
---
|
| 2 |
-
title: Olmo 3 7B
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.49.1
|
| 8 |
app_file: app.py
|
| 9 |
-
short_description: Chat demo for allenai/Olmo-3-7B-
|
| 10 |
python_version: "3.12"
|
| 11 |
startup_duration_timeout: 30m
|
| 12 |
pinned: false
|
| 13 |
license: apache-2.0
|
| 14 |
models:
|
| 15 |
-
- allenai/Olmo-3-7B-
|
| 16 |
---
|
| 17 |
|
| 18 |
-
#
|
| 19 |
|
| 20 |
-
A streaming chat demo for [`allenai/Olmo-3-7B-
|
| 21 |
-
a 7B model from Ai2's Olmo 3 family
|
| 22 |
-
|
|
|
|
| 23 |
|
| 24 |
-
Runs on **ZeroGPU** — the model is loaded in bf16 and generation is streamed token by
|
| 25 |
-
|
|
|
|
|
|
|
| 26 |
|
| 27 |
Built with [Gradio](https://gradio.app).
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Olmo 3 7B Think
|
| 3 |
+
emoji: 🧠
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.49.1
|
| 8 |
app_file: app.py
|
| 9 |
+
short_description: Chat demo for allenai/Olmo-3-7B-Think
|
| 10 |
python_version: "3.12"
|
| 11 |
startup_duration_timeout: 30m
|
| 12 |
pinned: false
|
| 13 |
license: apache-2.0
|
| 14 |
models:
|
| 15 |
+
- allenai/Olmo-3-7B-Think
|
| 16 |
---
|
| 17 |
|
| 18 |
+
# 🧠 Olmo 3 · 7B · Think
|
| 19 |
|
| 20 |
+
A streaming chat demo for [`allenai/Olmo-3-7B-Think`](https://huggingface.co/allenai/Olmo-3-7B-Think),
|
| 21 |
+
a 7B reasoning model from Ai2's Olmo 3 family. It produces a step-by-step reasoning
|
| 22 |
+
trace inside `<think>...</think>`, shown here as a collapsible **🧠 Thinking** bubble,
|
| 23 |
+
followed by a final answer.
|
| 24 |
|
| 25 |
+
Runs on **ZeroGPU** — the model is loaded in bf16 and generation is streamed token by
|
| 26 |
+
token. Supports up to **32,768** new tokens (default 8,192; very large budgets can be
|
| 27 |
+
slow on ZeroGPU). Recommended sampling settings (temperature 0.6, top-p 0.95) match the
|
| 28 |
+
model's own `generation_config`.
|
| 29 |
|
| 30 |
Built with [Gradio](https://gradio.app).
|