zstanjj commited on
Commit
769a6ba
1 Parent(s): 7cc2068

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -22,10 +22,10 @@ Results files should have the following format and be stored as json files:
22
  "model_sha": "revision on the hub",
23
  },
24
  "results": {
25
- "task_name": {
26
  "metric_name": score,
27
  },
28
- "task_name2": {
29
  "metric_name": score,
30
  }
31
  }
 
22
  "model_sha": "revision on the hub",
23
  },
24
  "results": {
25
+ "retrieval": {
26
  "metric_name": score,
27
  },
28
+ "generation": {
29
  "metric_name": score,
30
  }
31
  }