hsaest commited on
Commit
a3aef07
·
verified ·
1 Parent(s): 3898c47

Update QUEST family links and citation

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -28,7 +28,7 @@ We did not run benchmark evaluations on this checkpoint. For full pipeline resul
28
  | 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) |
29
  | 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) |
30
  | Smaller checkpoints | [9B](https://huggingface.co/osunlp/QUEST-9B), [4B](https://huggingface.co/osunlp/QUEST-4B), [2B](https://huggingface.co/osunlp/QUEST-2B) |
31
- | 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) |
32
 
33
  Model selection note: if you only need to evaluate objective tasks and do not
34
  need open-ended task evaluation, we recommend the MT+SFT checkpoints because
@@ -47,6 +47,10 @@ model = AutoModelForCausalLM.from_pretrained(
47
  )
48
  ```
49
 
 
 
 
 
50
  ## Citation
51
 
52
  If our paper or related resources prove valuable to your research, we kindly ask
@@ -60,7 +64,3 @@ for a citation.
60
  year={2026}
61
  }
62
  ```
63
-
64
- ## License
65
-
66
- Released under the **Apache License 2.0**.
 
28
  | 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) |
29
  | 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) |
30
  | Smaller checkpoints | [9B](https://huggingface.co/osunlp/QUEST-9B), [4B](https://huggingface.co/osunlp/QUEST-4B), [2B](https://huggingface.co/osunlp/QUEST-2B) |
31
+ | 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), [Mid-training data](https://huggingface.co/datasets/osunlp/QUEST-Mid-Training-Data) |
32
 
33
  Model selection note: if you only need to evaluate objective tasks and do not
34
  need open-ended task evaluation, we recommend the MT+SFT checkpoints because
 
47
  )
48
  ```
49
 
50
+ ## License
51
+
52
+ Released under the **Apache License 2.0**.
53
+
54
  ## Citation
55
 
56
  If our paper or related resources prove valuable to your research, we kindly ask
 
64
  year={2026}
65
  }
66
  ```