Datasets:
Upload analysis.json with huggingface_hub
Browse files- analysis.json +21 -0
analysis.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"total_problems": 5,
|
| 3 |
+
"by_task_type": {
|
| 4 |
+
"code_generation": 4,
|
| 5 |
+
"code_comprehension": 1
|
| 6 |
+
},
|
| 7 |
+
"by_categories": {
|
| 8 |
+
"cid012": 1,
|
| 9 |
+
"easy": 5,
|
| 10 |
+
"cid010": 1,
|
| 11 |
+
"cid003": 2,
|
| 12 |
+
"cid014": 1
|
| 13 |
+
},
|
| 14 |
+
"content_stats": {
|
| 15 |
+
"with_prompts": 3,
|
| 16 |
+
"with_solutions": 2,
|
| 17 |
+
"with_harnesses": 4,
|
| 18 |
+
"avg_prompt_length": 2057.3333333333335,
|
| 19 |
+
"avg_solution_files": 1.0
|
| 20 |
+
}
|
| 21 |
+
}
|