Datasets:

Modalities:
Text
Formats:
arrow
Languages:
English
Libraries:
Datasets
License:
debadeepta commited on
Commit
e4e132a
·
verified ·
1 Parent(s): aac39b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -45,4 +45,25 @@ configs:
45
  path: "grounding_dataset/train-hard/sample/data-00000-of-00001.arrow"
46
  - split: holdout
47
  path: "grounding_dataset/train-hard/holdout/data-00000-of-00001.arrow"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  ---
 
45
  path: "grounding_dataset/train-hard/sample/data-00000-of-00001.arrow"
46
  - split: holdout
47
  path: "grounding_dataset/train-hard/holdout/data-00000-of-00001.arrow"
48
+ - config_name: qapairs_synthetic_dev
49
+ data_files:
50
+ - split: train
51
+ path: "synthetic_v2_hotpot/dev/examples/train/data-00000-of-00001.arrow"
52
+ - split: test
53
+ path: "synthetic_v2_hotpot/dev/examples/test/data-00000-of-00001.arrow"
54
+ - split: sample
55
+ path: "synthetic_v2_hotpot/dev/examples/sample/data-00000-of-00001.arrow"
56
+ - split: holdout
57
+ path: "synthetic_v2_hotpot/dev/examples/holdout/data-00000-of-00001.arrow"
58
+ - config_name: qapairs_synthetic_train_hard
59
+ data_files:
60
+ - split: train
61
+ path: "synthetic_v2_hotpot/train_hard/examples/train/data-00000-of-00001.arrow"
62
+ - split: test
63
+ path: "synthetic_v2_hotpot/train_hard/examples/test/data-00000-of-00001.arrow"
64
+ - split: sample
65
+ path: "synthetic_v2_hotpot/train_hard/examples/sample/data-00000-of-00001.arrow"
66
+ - split: holdout
67
+ path: "synthetic_v2_hotpot/train_hard/examples/holdout/data-00000-of-00001.arrow"
68
+
69
  ---