CoolFace
Datasetpublic

andstor/smart_contract_code_comments

sourceHugging Faceupdated 3y agoView on Hugging Face
4likes138downloads
README.md55 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: contract_name5    dtype: string6  - name: file_path7    dtype: string8  - name: contract_address9    dtype: string10  - name: language11    dtype: string12  - name: class_name13    dtype: string14  - name: class_code15    dtype: string16  - name: class_documentation17    dtype: string18  - name: class_documentation_type19    dtype: string20  - name: func_name21    dtype: string22  - name: func_code23    dtype: string24  - name: func_documentation25    dtype: string26  - name: func_documentation_type27    dtype: string28  - name: compiler_version29    dtype: string30  - name: license_type31    dtype: string32  - name: swarm_source33    dtype: string34  - name: meta35    struct:36    - name: func_code_index37      sequence: int6438  - name: __index_level_0__39    dtype: int6440  config_name: data41  splits:42  - name: train43    num_bytes: 1153060717344    num_examples: 126744145  - name: test46    num_bytes: 130608243147    num_examples: 14308048  - name: validation49    num_bytes: 126426687350    num_examples: 13084951  download_size: 199583539152  dataset_size: 1410095647753paperswithcode_id: verified-smart-contract-code-comments54---55