mattmorgis commited on
Commit
f67897d
·
verified ·
1 Parent(s): 49a5885

Upload dataset-info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset-info.json +12 -4
dataset-info.json CHANGED
@@ -23,10 +23,18 @@
23
  {
24
  "subset": "questions",
25
  "description": "Biomedical questions with answers and relevant passage IDs",
26
- "data_files": {
27
- "dev": "data/dev.jsonl",
28
- "test": "data/test.jsonl"
29
- },
 
 
 
 
 
 
 
 
30
  "features": [
31
  "question_id",
32
  "question",
 
23
  {
24
  "subset": "questions",
25
  "description": "Biomedical questions with answers and relevant passage IDs",
26
+ "splits": [
27
+ {
28
+ "name": "dev",
29
+ "data_files": "data/dev.jsonl",
30
+ "num_examples": 5049
31
+ },
32
+ {
33
+ "name": "test",
34
+ "data_files": "data/test.jsonl",
35
+ "num_examples": 340
36
+ }
37
+ ],
38
  "features": [
39
  "question_id",
40
  "question",