Upload dataset_infos.json
Browse files- dataset_infos.json +1 -1
dataset_infos.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"andstor--
|
|
|
1 |
+
{"andstor--smart_contract_code_comments": {"description": "Smart Contracts Dataset.\nThis is a dataset of verified (Etherscan.io) Smart Contracts that are deployed to the Ethereum blockchain. A set of about 100,000 to 200,000 contracts are provided, containing both Solidity and Vyper code.\n", "citation": "@misc{storhaug2022smartcontracts,\n title = {Smart Contracts Dataset},\n author={Andr\u00e9 Storhaug},\n year={2022}\n}\n", "homepage": "https://andstor.github.io/verified-smart-contracts", "license": "", "features": {"contract_name": {"dtype": "string", "id": null, "_type": "Value"}, "file_path": {"dtype": "string", "id": null, "_type": "Value"}, "contract_address": {"dtype": "string", "id": null, "_type": "Value"}, "language": {"dtype": "string", "id": null, "_type": "Value"}, "class_name": {"dtype": "string", "id": null, "_type": "Value"}, "class_code": {"dtype": "string", "id": null, "_type": "Value"}, "class_documentation": {"dtype": "string", "id": null, "_type": "Value"}, "class_documentation_type": {"dtype": "string", "id": null, "_type": "Value"}, "func_name": {"dtype": "string", "id": null, "_type": "Value"}, "func_code": {"dtype": "string", "id": null, "_type": "Value"}, "func_documentation": {"dtype": "string", "id": null, "_type": "Value"}, "func_documentation_type": {"dtype": "string", "id": null, "_type": "Value"}, "compiler_version": {"dtype": "string", "id": null, "_type": "Value"}, "license_type": {"dtype": "string", "id": null, "_type": "Value"}, "swarm_source": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "smart_contracts", "config_name": "parsed", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 10405111074.82815, "num_examples": 1267441, "dataset_name": "smart_contract_code_comments"}, "validation": {"name": "validation", "num_bytes": 1110492119.642977, "num_examples": 130849, "dataset_name": "smart_contract_code_comments"}, "test": {"name": "test", "num_bytes": 1170535418.0355072, "num_examples": 143080, "dataset_name": "smart_contract_code_comments"}}, "download_checksums": null, "download_size": 1822062633, "post_processing_size": null, "dataset_size": 12686138612.506634, "size_in_bytes": 14508201245.506634}}
|