NovaSkyAI commited on
Commit
f672738
·
verified ·
1 Parent(s): d637751

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -36,12 +36,14 @@ We use Llama-Factory for training. On 8 H100, the training takes 19 hours with D
36
 
37
 
38
  ## Evaluation
39
- | Model | Math500 | AIME2024 | LiveCodeBench-Easy | LiveCodeBench-Medium | LiveCodeBench-Hard | GPQA-Diamond |
40
- |------------------------|---------|----------|---------------------|----------------------|--------------------|--------------|
41
- | Qwen-2.5-3 2B-Instruct | 85.2 | 16.7 | 82.4 | 40.0 | 8.9 | 42.9 |
42
- | Sky-T1 | 88.6 | 43.3 | 87.9 | 54.4 | 17.1 | 53.5 |
43
- | QwQ | 90.6 | 50.0 | 88.7 | 57.3 | 17.9 | 56.6 |
44
- | o1-preview | 85.5 | 46.6 | 92.0 | 56.6 | 13.8 | 73.3 |
 
 
45
 
46
  ## Acknowledgement
47
  We would like to thanks the compute resources from [Lambda Lab](https://lambdalabs.com/service/gpu-cloud?srsltid=AfmBOop5FnmEFTkavVtdZDsLWvHWNg6peXtat-OXJ9MW5GMNsk756PE5) and [AnyScale](https://www.anyscale.com/). We would like to thanks the academic feedback and support from the [Still-2 Team](https://arxiv.org/pdf/2412.09413), and [Junyang Lin](https://justinlin610.github.io/) from the [Qwen Team](https://qwenlm.github.io/).
 
36
 
37
 
38
  ## Evaluation
39
+ | | Sky-T1-32B-Preview | Qwen-2.5-32B-Instruct | QwQ | o1-preview |
40
+ |-----------------------|---------------------|--------|-------|------------|
41
+ | Math500 | 82.4 | 76.2 | 85.4 | 81.4 |
42
+ | AIME2024 | 43.3 | 16.7 | 50.0 | 40.0 |
43
+ | LiveCodeBench-Easy | 86.3 | 84.6 | 90.7 | 92.9 |
44
+ | LiveCodeBench-Medium | 56.8 | 40.8 | 56.3 | 54.9 |
45
+ | LiveCodeBench-Hard | 17.9 | 9.8 | 17.1 | 16.3 |
46
+ | GPQA-Diamond | 56.8 | 45.5 | 52.5 | 75.2 |
47
 
48
  ## Acknowledgement
49
  We would like to thanks the compute resources from [Lambda Lab](https://lambdalabs.com/service/gpu-cloud?srsltid=AfmBOop5FnmEFTkavVtdZDsLWvHWNg6peXtat-OXJ9MW5GMNsk756PE5) and [AnyScale](https://www.anyscale.com/). We would like to thanks the academic feedback and support from the [Still-2 Team](https://arxiv.org/pdf/2412.09413), and [Junyang Lin](https://justinlin610.github.io/) from the [Qwen Team](https://qwenlm.github.io/).