safffrron commited on
Commit
193d224
·
verified ·
1 Parent(s): 075595c

Upload checkpoints/baseline.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. checkpoints/baseline.json +28 -0
checkpoints/baseline.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "question_idx": 0,
4
+ "pred_raw": "Paris",
5
+ "gold": "Paris",
6
+ "scores": {
7
+ "exact_match": 1.0,
8
+ "anls": 1.0,
9
+ "f1": 1.0
10
+ },
11
+ "retrieval": {
12
+ "both_gold_retrieved": true
13
+ }
14
+ },
15
+ {
16
+ "question_idx": 1,
17
+ "pred_raw": "London",
18
+ "gold": "Berlin",
19
+ "scores": {
20
+ "exact_match": 0.0,
21
+ "anls": 0.0,
22
+ "f1": 0.0
23
+ },
24
+ "retrieval": {
25
+ "both_gold_retrieved": false
26
+ }
27
+ }
28
+ ]