Datasets:

Modalities:
Text
Formats:
csv
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
ksoman commited on
Commit
c713c28
1 Parent(s): 17372a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -13,6 +13,13 @@ formats:
13
  pretty_name: biomixQA
14
  size_categories:
15
  - n<1K
 
 
 
 
 
 
 
16
  ---
17
  # BiomixQA Dataset
18
 
 
13
  pretty_name: biomixQA
14
  size_categories:
15
  - n<1K
16
+ configs:
17
+ - config_name: mcq
18
+ data_files: "mcq_biomix.csv"
19
+ sep: ","
20
+ - config_name: true_false
21
+ data_files: "true_false_biomix.csv"
22
+ sep: ","
23
  ---
24
  # BiomixQA Dataset
25