michellemoorre commited on
Commit
19bf190
·
verified ·
1 Parent(s): 9eea191

Update model cards and release artwork

Browse files
README.md CHANGED
@@ -28,7 +28,7 @@ tags:
28
  </p>
29
 
30
  <p align="center">
31
- <a class="inline-block" href="https://github.com/TheStageAI/edge-lm"><img class="dark:hidden" src="./assets/cta-edge-lm-light.svg" width="145" height="42" alt="Explore edge-lm on GitHub"><img class="hidden dark:block" src="./assets/cta-edge-lm-dark.svg" width="145" height="42" alt="Explore edge-lm on GitHub"></a>&nbsp;
32
  <a class="inline-block" href="https://docs.thestage.ai/"><img class="dark:hidden" src="./assets/cta-docs-light.svg" width="120" height="42" alt="Read TheStageAI documentation"><img class="hidden dark:block" src="./assets/cta-docs-dark.svg" width="120" height="42" alt="Read TheStageAI documentation"></a>&nbsp;
33
  <a class="inline-block" href="https://app.thestage.ai/"><img class="dark:hidden" src="./assets/cta-platform-light.svg" width="146" height="42" alt="Open TheStageAI Platform"><img class="hidden dark:block" src="./assets/cta-platform-dark.svg" width="146" height="42" alt="Open TheStageAI Platform"></a>
34
  </p>
@@ -72,7 +72,7 @@ P / I means prompt-strict / instruction-strict. IFEval uses deterministic non-th
72
  <summary><b>Evaluation protocol</b></summary>
73
 
74
  - **IFEval:** 541 prompts, native chat template, `enable_thinking=false`, temperature 0.
75
- - **MMLU-Pro:** 12,032 questions, native chat template, `enable_thinking=true`, temperature 1, top-p 0.95, 32,768-token output limit.
76
  - The headline BF16 comparison uses instruction-strict IFEval; the raw scores are shown in the table.
77
 
78
  In matched long-form reasoning diagnostics, XS produced longer trajectories and reached the 32,768-token output limit more often than S. For Qwen 0.8B and 2B, a complete comparable MMLU-Pro matrix was not available at release time. The table omits incomplete subject runs.
 
28
  </p>
29
 
30
  <p align="center">
31
+ <a class="inline-block" href="https://github.com/TheStageAI/edge-lm"><img class="dark:hidden" src="./assets/cta-edge-lm-light.svg" width="146" height="42" alt="Explore edge-lm on GitHub"><img class="hidden dark:block" src="./assets/cta-edge-lm-dark.svg" width="146" height="42" alt="Explore edge-lm on GitHub"></a>&nbsp;
32
  <a class="inline-block" href="https://docs.thestage.ai/"><img class="dark:hidden" src="./assets/cta-docs-light.svg" width="120" height="42" alt="Read TheStageAI documentation"><img class="hidden dark:block" src="./assets/cta-docs-dark.svg" width="120" height="42" alt="Read TheStageAI documentation"></a>&nbsp;
33
  <a class="inline-block" href="https://app.thestage.ai/"><img class="dark:hidden" src="./assets/cta-platform-light.svg" width="146" height="42" alt="Open TheStageAI Platform"><img class="hidden dark:block" src="./assets/cta-platform-dark.svg" width="146" height="42" alt="Open TheStageAI Platform"></a>
34
  </p>
 
72
  <summary><b>Evaluation protocol</b></summary>
73
 
74
  - **IFEval:** 541 prompts, native chat template, `enable_thinking=false`, temperature 0.
75
+ - **MMLU-Pro:** 12,032 questions, vLLM, 0-shot, native chat template `qwen_mc_json_v1`, `enable_thinking=true`; `temperature=1`, `top_p=0.95`, `top_k=20`, `min_p=0`, `presence_penalty=1.5`, `frequency_penalty=0`, `repetition_penalty=1`, `seed=42`; `max_model_len=40960`, `max_new_tokens=32768`; dataset revision `b189ec765aa7ed75c8acfea42df31fdae71f97be`.
76
  - The headline BF16 comparison uses instruction-strict IFEval; the raw scores are shown in the table.
77
 
78
  In matched long-form reasoning diagnostics, XS produced longer trajectories and reached the 32,768-token output limit more often than S. For Qwen 0.8B and 2B, a complete comparable MMLU-Pro matrix was not available at release time. The table omits incomplete subject runs.
assets/cta-edge-lm-dark.svg CHANGED
assets/cta-edge-lm-light.svg CHANGED
assets/thestage-edge-models-header.png CHANGED

Git LFS Details

  • SHA256: 7a92eef43d92f92bcb3156e74b11d007a86081c5818d78cb9a6b258cb2a1d8ed
  • Pointer size: 132 Bytes
  • Size of remote file: 1.04 MB

Git LFS Details

  • SHA256: 0f925fefd33a929bc63b1fe236f6424920ca7197bf0ece1abaef0dc537f1c621
  • Pointer size: 131 Bytes
  • Size of remote file: 835 kB
release-manifest.json CHANGED
@@ -9,10 +9,32 @@
9
  "sample_count": 541
10
  },
11
  "mmlu_pro": {
12
- "decoding": "temperature=1, top_p=0.95",
13
- "mode": "native chat, enable_thinking=true",
 
 
 
 
 
 
 
 
 
 
14
  "protocol": "mmlu_pro_cardlike_thinking_v2",
15
- "sample_count": 12032
 
 
 
 
 
 
 
 
 
 
 
 
16
  }
17
  },
18
  "bf16_reference": {
@@ -36,7 +58,7 @@
36
  },
37
  "display_name": "Qwen3.5 2B",
38
  "family": "Qwen 3.5",
39
- "generated_at": "2026-07-21T14:04:34.695994+00:00",
40
  "license": "apache-2.0",
41
  "model_key": "qwen3p5_2b",
42
  "reasoning_policy": {
 
9
  "sample_count": 541
10
  },
11
  "mmlu_pro": {
12
+ "backend": "vllm",
13
+ "dataset_revision": "b189ec765aa7ed75c8acfea42df31fdae71f97be",
14
+ "decoding": "temperature=1.0, top_p=0.95, top_k=20, min_p=0.0, presence_penalty=1.5, frequency_penalty=0.0, repetition_penalty=1.0, seed=42",
15
+ "enable_prefix_caching": false,
16
+ "enable_thinking": true,
17
+ "language_model_only": true,
18
+ "max_model_len": 40960,
19
+ "max_new_tokens": 32768,
20
+ "mode": "native_chat, enable_thinking=true",
21
+ "ntrain": 0,
22
+ "prompt_format": "native_chat",
23
+ "prompt_template_id": "qwen_mc_json_v1",
24
  "protocol": "mmlu_pro_cardlike_thinking_v2",
25
+ "sample_count": 12032,
26
+ "sampling": {
27
+ "frequency_penalty": 0.0,
28
+ "min_p": 0.0,
29
+ "presence_penalty": 1.5,
30
+ "repetition_penalty": 1.0,
31
+ "seed": 42,
32
+ "temperature": 1.0,
33
+ "top_k": 20,
34
+ "top_p": 0.95
35
+ },
36
+ "stop_sequences": [],
37
+ "system_prompt": null
38
  }
39
  },
40
  "bf16_reference": {
 
58
  },
59
  "display_name": "Qwen3.5 2B",
60
  "family": "Qwen 3.5",
61
+ "generated_at": "2026-07-21T17:43:34.621255+00:00",
62
  "license": "apache-2.0",
63
  "model_key": "qwen3p5_2b",
64
  "reasoning_policy": {