dureduck commited on
Commit
acd9639
·
verified ·
1 Parent(s): 2720f0b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +13 -10
README.md CHANGED
@@ -1,27 +1,30 @@
1
  ---
2
- title: Olmo 3 7B RL-Zero-Math
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-RL-Zero-Math
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-RL-Zero-Math
16
  ---
17
 
18
- # 🧮 Olmo 3 · 7B · RL-Zero-Math
19
 
20
- A streaming chat demo for [`allenai/Olmo-3-7B-RL-Zero-Math`](https://huggingface.co/allenai/Olmo-3-7B-RL-Zero-Math),
21
- a 7B model from Ai2's Olmo 3 family trained with reinforcement learning from verifiable
22
- rewards on math queries.
 
23
 
24
- Runs on **ZeroGPU** — the model is loaded in bf16 and generation is streamed token by token.
25
- Adjust max new tokens, temperature, and top-p in the generation settings accordion.
 
 
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).