check_check / checkpoints /baseline.json
safffrron's picture
Upload checkpoints/baseline.json with huggingface_hub
193d224 verified
Raw
History Blame Contribute Delete
447 Bytes
[
{
"question_idx": 0,
"pred_raw": "Paris",
"gold": "Paris",
"scores": {
"exact_match": 1.0,
"anls": 1.0,
"f1": 1.0
},
"retrieval": {
"both_gold_retrieved": true
}
},
{
"question_idx": 1,
"pred_raw": "London",
"gold": "Berlin",
"scores": {
"exact_match": 0.0,
"anls": 0.0,
"f1": 0.0
},
"retrieval": {
"both_gold_retrieved": false
}
}
]