hsaest commited on
Commit
25518f0
·
verified ·
1 Parent(s): ea193cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -23,6 +23,18 @@ QUEST **35B-class MoE** full model after **mid-training → SFT → RL** (Qwen3.
23
  | WideSearch | Item F1 avg@4 | 64.5 |
24
  | GAIA | avg@3 | 80.8 |
25
  | LiveResearchBench | avg@3 | 68.2 |
 
 
 
 
 
 
 
 
 
 
 
 
26
 
27
  ## Quick start
28
 
 
23
  | WideSearch | Item F1 avg@4 | 64.5 |
24
  | GAIA | avg@3 | 80.8 |
25
  | LiveResearchBench | avg@3 | 68.2 |
26
+ ## QUEST Family
27
+ | Type | Resources |
28
+ | --- | --- |
29
+ | 35B checkpoints | [RL](https://huggingface.co/osunlp/QUEST-35B-RL), [MT+SFT](https://huggingface.co/osunlp/QUEST-35B-MT-Plus-SFT), [MT](https://huggingface.co/osunlp/QUEST-35B-MT), [SFT](https://huggingface.co/osunlp/QUEST-35B-SFT) |
30
+ | 30B checkpoints | [RL](https://huggingface.co/osunlp/QUEST-30B-RL), [MT+SFT](https://huggingface.co/osunlp/QUEST-30B-MT-Plus-SFT), [SFT](https://huggingface.co/osunlp/QUEST-30B-SFT) |
31
+ | Smaller checkpoints | [9B](https://huggingface.co/osunlp/QUEST-9B), [4B](https://huggingface.co/osunlp/QUEST-4B), [2B](https://huggingface.co/osunlp/QUEST-2B) |
32
+ | Training data | [RL data](https://huggingface.co/datasets/osunlp/QUEST-RL-Data), [SFT objective data](https://huggingface.co/datasets/osunlp/QUEST-SFT-Data-Objective), [SFT open-ended data](https://huggingface.co/datasets/osunlp/QUEST-SFT-Data-Open-ended) |
33
+
34
+ Model selection note: if you only need to evaluate objective tasks and do not
35
+ need open-ended task evaluation, we recommend the MT+SFT checkpoints because
36
+ they perform better on reasoning-heavy objective benchmarks. For a more comprehensive evaluation
37
+ across both objective and open-ended tasks, we recommend the RL checkpoints.
38
 
39
  ## Quick start
40