ZongqianLi
commited on
Commit
·
acd2b1b
1
Parent(s):
0abf101
Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +1 -0
dataset_infos.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"ZongqianLi--squad_scqalv7s": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "title": {"dtype": "string", "id": null, "_type": "Value"}, "context": {"dtype": "string", "id": null, "_type": "Value"}, "question": {"dtype": "string", "id": null, "_type": "Value"}, "answers": {"text": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "answer_start": {"feature": {"dtype": "int64", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "json", "config_name": "squad_train", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 79696504, "num_examples": 87599, "dataset_name": "squad_scqalv7s"}, "validation": {"name": "validation", "num_bytes": 2894750, "num_examples": 8577, "dataset_name": "squad_scqalv7s"}}, "download_checksums": null, "download_size": 16409195, "post_processing_size": null, "dataset_size": 82591254, "size_in_bytes": 99000449}}
|