| { |
| "config_path": "dataset.json", |
| "dataset": { |
| "splits": { |
| "test": { |
| "column_names": [ |
| "id", |
| "question", |
| "choice_a", |
| "choice_b", |
| "answer" |
| ], |
| "num_rows": 3084, |
| "type": "Dataset" |
| }, |
| "train": { |
| "column_names": [ |
| "id", |
| "question", |
| "choice_a", |
| "choice_b", |
| "answer" |
| ], |
| "num_rows": 16113, |
| "type": "Dataset" |
| }, |
| "validation": { |
| "column_names": [ |
| "id", |
| "question", |
| "choice_a", |
| "choice_b", |
| "answer" |
| ], |
| "num_rows": 1838, |
| "type": "Dataset" |
| } |
| }, |
| "type": "DatasetDict" |
| }, |
| "dataset_card": "README.md", |
| "dataset_id": "piqa", |
| "exported_paths": [ |
| "train.parquet", |
| "validation.parquet", |
| "test.parquet" |
| ], |
| "format": "parquet", |
| "manifest": "tether.json", |
| "max_shard_size": "1GB", |
| "output_dir": ".", |
| "profile": { |
| "citation": "Bisk et al. (2020), PIQA: Reasoning about Physical Commonsense in Natural Language.", |
| "dataset_id": "piqa", |
| "default_repo_id": null, |
| "description": "Physical Interaction Question Answering with train/validation/test splits.", |
| "homepage": "https://yonatanbisk.com/piqa", |
| "license": "cc-by-sa-4.0", |
| "tags": [ |
| "qa", |
| "commonsense", |
| "jsonl" |
| ], |
| "title": "PIQA" |
| }, |
| "repo_id": "ysginc/piqa", |
| "report": { |
| "dataset_id": "piqa", |
| "dataset_type": "DatasetDict", |
| "extensions": [ |
| "request_fingerprint", |
| "required_splits", |
| "metadata_report" |
| ], |
| "labels_attached": true, |
| "name": null, |
| "num_proc": null, |
| "num_rows": { |
| "test": 3084, |
| "train": 16113, |
| "validation": 1838 |
| }, |
| "profile": { |
| "citation": "Bisk et al. (2020), PIQA: Reasoning about Physical Commonsense in Natural Language.", |
| "dataset_id": "piqa", |
| "default_repo_id": null, |
| "description": "Physical Interaction Question Answering with train/validation/test splits.", |
| "homepage": "https://yonatanbisk.com/piqa", |
| "license": "cc-by-sa-4.0", |
| "tags": [ |
| "qa", |
| "commonsense", |
| "jsonl" |
| ], |
| "title": "PIQA" |
| }, |
| "publish_column_map": { |
| "goal": "question", |
| "label": "answer", |
| "sol1": "choice_a", |
| "sol2": "choice_b" |
| }, |
| "publish_column_standardized": true, |
| "publish_label_placeholder": -1, |
| "publish_schema_harmonized": true, |
| "request_fingerprint": "61b66a73a5f49d1683a6913095fc6d49733442a3f33a751f9f2b7966bba62af5", |
| "revision": null, |
| "source": "json", |
| "split": null, |
| "streaming": false |
| }, |
| "request": { |
| "data_files": { |
| "test": "/home/jschultz/source/personal/llm-datasets/datasets/piqa/data/tests.jsonl", |
| "train": "/home/jschultz/source/personal/llm-datasets/datasets/piqa/data/train.jsonl", |
| "validation": "/home/jschultz/source/personal/llm-datasets/datasets/piqa/data/val.jsonl" |
| }, |
| "path": "json", |
| "streaming": false |
| }, |
| "standardization": { |
| "rename_map": { |
| "goal": "question", |
| "label": "answer", |
| "sol1": "choice_a", |
| "sol2": "choice_b" |
| }, |
| "selected_columns": [], |
| "split_aliases": { |
| "dev": "validation", |
| "val": "validation", |
| "valid": "validation" |
| } |
| } |
| } |
|
|