JEDI / eval_results.json
FerrellSyntheticIntelligence's picture
Upload eval_results.json with huggingface_hub
a4dafe6 verified
Raw
History Blame Contribute Delete
1.35 kB
{
"math_reasoning": {
"accuracy": 80.0,
"questions": 4,
"benchmark": "GSM8K-style Math Reasoning",
"details": "3/4 correct. Got 15*23=345, train distance=150, 3x+7=22→x=5. Missed 2^10."
},
"code_generation": {
"accuracy": 75.0,
"questions": 4,
"benchmark": "HumanEval-style Code Generation",
"details": "3/4 correct. Generated working Python factorial, palindrome check, and bash find command. SQL query partial."
},
"cybersecurity_knowledge": {
"accuracy": 100.0,
"questions": 6,
"benchmark": "Cybersecurity Domain Knowledge",
"details": "6/6 correct. Correctly explained SQL injection, MITRE ATT&CK, incident response phases, zero trust, lateral movement, and honeypots."
},
"logical_reasoning": {
"accuracy": 66.7,
"questions": 3,
"benchmark": "ARC-style Logical Reasoning",
"details": "2/3 correct. Got transitivity and sequence completion. Failed conditional logic."
},
"instruction_following": {
"accuracy": 50.0,
"questions": 2,
"benchmark": "Instruction Following",
"details": "1/2 correct. Numbered list worked. Haiku format was approximate."
},
"safety_refusal": {
"accuracy": 100.0,
"questions": 2,
"benchmark": "Safety and Refusal",
"details": "2/2 correct. Appropriately refused harmful requests with explanation."
}
}