jeffreyschultz commited on
Commit
d4a9e57
·
verified ·
1 Parent(s): f8e0731

Upload folder using huggingface_hub

Browse files
Files changed (6) hide show
  1. README.md +20 -0
  2. dataset.json +19 -0
  3. test.parquet +2 -2
  4. tether.json +135 -0
  5. train.parquet +2 -2
  6. validation.parquet +2 -2
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # PIQA
2
+
3
+ ## Overview
4
+ - dataset_id: piqa
5
+ - license: cc-by-sa-4.0
6
+ - homepage: https://yonatanbisk.com/piqa
7
+
8
+ ## Standardization
9
+ - split_aliases: {"dev": "validation", "val": "validation", "valid": "validation"}
10
+ - rename_map: {"goal": "question", "label": "answer", "sol1": "choice_a", "sol2": "choice_b"}
11
+ - selected_columns: []
12
+
13
+ ## Exported Artifacts
14
+ - train.parquet
15
+ - validation.parquet
16
+ - test.parquet
17
+
18
+ ## Citation
19
+
20
+ Bisk et al. (2020), PIQA: Reasoning about Physical Commonsense in Natural Language.
dataset.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifacts": {
3
+ "preferred_format": "parquet"
4
+ },
5
+ "dataset_id": "piqa",
6
+ "standardization": {
7
+ "canonical_column_map": {
8
+ "goal": "question",
9
+ "label": "answer",
10
+ "sol1": "choice_a",
11
+ "sol2": "choice_b"
12
+ },
13
+ "split_aliases": {
14
+ "dev": "validation",
15
+ "val": "validation",
16
+ "valid": "validation"
17
+ }
18
+ }
19
+ }
test.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e1c276663cb3c7ab234449ebbd822b4181fd25086f703434e438da9494acff87
3
- size 475972
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92223df82b4cb356a116c6f05cc523eee03b42ccd159e24df3a738e1d831b32a
3
+ size 476043
tether.json ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config_path": "dataset.json",
3
+ "dataset": {
4
+ "splits": {
5
+ "test": {
6
+ "column_names": [
7
+ "id",
8
+ "question",
9
+ "choice_a",
10
+ "choice_b",
11
+ "answer"
12
+ ],
13
+ "num_rows": 3084,
14
+ "type": "Dataset"
15
+ },
16
+ "train": {
17
+ "column_names": [
18
+ "id",
19
+ "question",
20
+ "choice_a",
21
+ "choice_b",
22
+ "answer"
23
+ ],
24
+ "num_rows": 16113,
25
+ "type": "Dataset"
26
+ },
27
+ "validation": {
28
+ "column_names": [
29
+ "id",
30
+ "question",
31
+ "choice_a",
32
+ "choice_b",
33
+ "answer"
34
+ ],
35
+ "num_rows": 1838,
36
+ "type": "Dataset"
37
+ }
38
+ },
39
+ "type": "DatasetDict"
40
+ },
41
+ "dataset_card": "README.md",
42
+ "dataset_id": "piqa",
43
+ "exported_paths": [
44
+ "train.parquet",
45
+ "validation.parquet",
46
+ "test.parquet"
47
+ ],
48
+ "format": "parquet",
49
+ "manifest": "tether.json",
50
+ "max_shard_size": "1GB",
51
+ "output_dir": ".",
52
+ "profile": {
53
+ "citation": "Bisk et al. (2020), PIQA: Reasoning about Physical Commonsense in Natural Language.",
54
+ "dataset_id": "piqa",
55
+ "default_repo_id": null,
56
+ "description": "Physical Interaction Question Answering with train/validation/test splits.",
57
+ "homepage": "https://yonatanbisk.com/piqa",
58
+ "license": "cc-by-sa-4.0",
59
+ "tags": [
60
+ "qa",
61
+ "commonsense",
62
+ "jsonl"
63
+ ],
64
+ "title": "PIQA"
65
+ },
66
+ "repo_id": "ysginc/piqa",
67
+ "report": {
68
+ "dataset_id": "piqa",
69
+ "dataset_type": "DatasetDict",
70
+ "extensions": [
71
+ "request_fingerprint",
72
+ "required_splits",
73
+ "metadata_report"
74
+ ],
75
+ "labels_attached": true,
76
+ "name": null,
77
+ "num_proc": null,
78
+ "num_rows": {
79
+ "test": 3084,
80
+ "train": 16113,
81
+ "validation": 1838
82
+ },
83
+ "profile": {
84
+ "citation": "Bisk et al. (2020), PIQA: Reasoning about Physical Commonsense in Natural Language.",
85
+ "dataset_id": "piqa",
86
+ "default_repo_id": null,
87
+ "description": "Physical Interaction Question Answering with train/validation/test splits.",
88
+ "homepage": "https://yonatanbisk.com/piqa",
89
+ "license": "cc-by-sa-4.0",
90
+ "tags": [
91
+ "qa",
92
+ "commonsense",
93
+ "jsonl"
94
+ ],
95
+ "title": "PIQA"
96
+ },
97
+ "publish_column_map": {
98
+ "goal": "question",
99
+ "label": "answer",
100
+ "sol1": "choice_a",
101
+ "sol2": "choice_b"
102
+ },
103
+ "publish_column_standardized": true,
104
+ "publish_label_placeholder": -1,
105
+ "publish_schema_harmonized": true,
106
+ "request_fingerprint": "61b66a73a5f49d1683a6913095fc6d49733442a3f33a751f9f2b7966bba62af5",
107
+ "revision": null,
108
+ "source": "json",
109
+ "split": null,
110
+ "streaming": false
111
+ },
112
+ "request": {
113
+ "data_files": {
114
+ "test": "/home/jschultz/source/personal/llm-datasets/datasets/piqa/data/tests.jsonl",
115
+ "train": "/home/jschultz/source/personal/llm-datasets/datasets/piqa/data/train.jsonl",
116
+ "validation": "/home/jschultz/source/personal/llm-datasets/datasets/piqa/data/val.jsonl"
117
+ },
118
+ "path": "json",
119
+ "streaming": false
120
+ },
121
+ "standardization": {
122
+ "rename_map": {
123
+ "goal": "question",
124
+ "label": "answer",
125
+ "sol1": "choice_a",
126
+ "sol2": "choice_b"
127
+ },
128
+ "selected_columns": [],
129
+ "split_aliases": {
130
+ "dev": "validation",
131
+ "val": "validation",
132
+ "valid": "validation"
133
+ }
134
+ }
135
+ }
train.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:694528be47b473c253532cc34c02933cfe8e6ca047dfc178b89175f33da45d4a
3
- size 3130501
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db26d52136aeb9c4a9726b8d97f51d68ebb0884a8bec14bd0d46925e0eb2291d
3
+ size 3130572
validation.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:78f317fa500aef8fa2ca7ca5119447448a3407ea32bd3542f77619461fbe455f
3
- size 359186
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:755ce23b275ccfc0e009d40003851b48388f9032c7c5f5156fb518085ed93931
3
+ size 359257