sha1779 commited on
Commit
8d2c628
·
verified ·
1 Parent(s): 5904fa6

Upload 3 files

Browse files
Files changed (3) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +59 -0
  3. state.json +13 -0
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77952b644ea0f91f9211dd03321b6a58fb8e8fbdd1c0af00456a58b02f1eb22d
3
+ size 42448
dataset_info.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "parquet",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "strategy_qa",
6
+ "dataset_size": 750693,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/ChilleD/StrategyQA@705562638fe1d8ca6bb98c66fc8f94d45fda8c83/data/train-00000-of-00001-506370352f622815.parquet": {
10
+ "num_bytes": 369335,
11
+ "checksum": null
12
+ },
13
+ "hf://datasets/ChilleD/StrategyQA@705562638fe1d8ca6bb98c66fc8f94d45fda8c83/data/test-00000-of-00001-bae602f3ee37f4ca.parquet": {
14
+ "num_bytes": 160771,
15
+ "checksum": null
16
+ }
17
+ },
18
+ "download_size": 530106,
19
+ "features": {
20
+ "question": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "answer": {
25
+ "dtype": "bool",
26
+ "_type": "Value"
27
+ },
28
+ "perturbation_texts": {
29
+ "feature": {
30
+ "dtype": "string",
31
+ "_type": "Value"
32
+ },
33
+ "_type": "Sequence"
34
+ }
35
+ },
36
+ "homepage": "",
37
+ "license": "",
38
+ "size_in_bytes": 1280799,
39
+ "splits": {
40
+ "train": {
41
+ "name": "train",
42
+ "num_bytes": 524456,
43
+ "num_examples": 1603,
44
+ "dataset_name": "strategy_qa"
45
+ },
46
+ "test": {
47
+ "name": "test",
48
+ "num_bytes": 226237,
49
+ "num_examples": 687,
50
+ "dataset_name": "strategy_qa"
51
+ }
52
+ },
53
+ "version": {
54
+ "version_str": "0.0.0",
55
+ "major": 0,
56
+ "minor": 0,
57
+ "patch": 0
58
+ }
59
+ }
state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "a4a516beb09edb24",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "test[:200]"
13
+ }