FabianWillner
commited on
Commit
·
f631b6f
1
Parent(s):
b4af0be
Upload dataset_infos.json
Browse files- dataset_infos.json +1 -0
dataset_infos.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"FabianWillner--triviaQARC": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"question": {"dtype": "string", "id": null, "_type": "Value"}, "answers": {"answer_start": {"feature": {"dtype": "int64", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "text": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "context": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": null, "config_name": null, "version": null, "splits": {"train": {"name": "train", "num_bytes": 201107746, "num_examples": 61438, "dataset_name": "triviaQARC"}, "validation": {"name": "validation", "num_bytes": 26032446, "num_examples": 7941, "dataset_name": "triviaQARC"}}, "download_checksums": null, "download_size": 138977681, "post_processing_size": null, "dataset_size": 227140192, "size_in_bytes": 366117873}}
|