Spaces:
AIR-Bench
/
Running on CPU Upgrade

hanhainebula commited on
Commit
4a44211
1 Parent(s): e93da78

Fix bug in dataset_dict: "health" -> "healthcare"

Browse files
Files changed (1) hide show
  1. src/benchmarks.py +1 -1
src/benchmarks.py CHANGED
@@ -25,7 +25,7 @@ dataset_dict = {
25
  "en": ["CC-News", ],
26
  "zh": ["CC-News", ]
27
  },
28
- "health": {
29
  "en": ["PubMedQA", ],
30
  "zh": ["Huatuo-26M", ]
31
  },
 
25
  "en": ["CC-News", ],
26
  "zh": ["CC-News", ]
27
  },
28
+ "healthcare": {
29
  "en": ["PubMedQA", ],
30
  "zh": ["Huatuo-26M", ]
31
  },