nielsr HF Staff commited on
Commit
dc7bbb1
·
verified ·
1 Parent(s): 4d67f66

Add community evaluation results for DEEP-SWE, GPQA, HLE, SWE-BENCH_PRO

Browse files

This PR adds community-provided evaluation results for the following benchmarks:

- **[DEEP-SWE](https://huggingface.co/datasets/datacurve/deep-swe)**
- **[GPQA](https://huggingface.co/datasets/Idavidrein/gpqa)**
- **[HLE](https://huggingface.co/datasets/cais/hle)**
- **[SWE-BENCH_PRO](https://huggingface.co/datasets/ScaleAI/SWE-bench_Pro)**

These results were extracted from the model card. This is based on the new [evaluation results feature](https://huggingface.co/docs/hub/eval-results).

*Note: This is an automated PR. Please review the evaluation results before merging.*

.eval_results/deep-swe.yaml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ - dataset:
2
+ id: datacurve/deep-swe
3
+ task_id: deep_swe
4
+ value: 46.2
5
+ source:
6
+ url: https://huggingface.co/zai-org/GLM-5.2
7
+ name: Model Card
.eval_results/gpqa.yaml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ - dataset:
2
+ id: Idavidrein/gpqa
3
+ task_id: diamond
4
+ value: 91.2
5
+ source:
6
+ url: https://huggingface.co/zai-org/GLM-5.2
7
+ name: Model Card
.eval_results/hle.yaml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ - dataset:
2
+ id: cais/hle
3
+ task_id: hle
4
+ value: 40.5
5
+ source:
6
+ url: https://huggingface.co/zai-org/GLM-5.2
7
+ name: Model Card
.eval_results/swe-bench_pro.yaml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ - dataset:
2
+ id: ScaleAI/SWE-bench_Pro
3
+ task_id: SWE_Bench_Pro
4
+ value: 62.1
5
+ source:
6
+ url: https://huggingface.co/zai-org/GLM-5.2
7
+ name: Model Card