Upload data/stats.json with huggingface_hub
Browse files- data/stats.json +20 -0
data/stats.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"total": 529,
|
| 3 |
+
"by_domain": {
|
| 4 |
+
"cybersecurity": 148,
|
| 5 |
+
"engineering": 113,
|
| 6 |
+
"finance": 84,
|
| 7 |
+
"law": 121,
|
| 8 |
+
"medicine": 63
|
| 9 |
+
},
|
| 10 |
+
"splits": {
|
| 11 |
+
"train": 370,
|
| 12 |
+
"validation": 79,
|
| 13 |
+
"test": 80
|
| 14 |
+
},
|
| 15 |
+
"format": "4-choice MCQ, single correct answer",
|
| 16 |
+
"evaluation": "exact match (0 or 1 per question)",
|
| 17 |
+
"distractor_method": "same-domain answer pool (real expert text, different questions)",
|
| 18 |
+
"license": "CC-BY-SA 4.0",
|
| 19 |
+
"source": "Stack Exchange data dump / API"
|
| 20 |
+
}
|