fbnhnsl commited on
Commit
66e4b09
·
verified ·
1 Parent(s): c43505d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ size_categories:
10
  - 10K<n<100K
11
  license: cc-by-4.0
12
  ---
13
- This dataset consists of certain Solidity constructs, namely functions, mappings, structs, modifiers, errors, enums, events, imports, constructors, SPDX-License-Identifiers, using statements and contract definitions with imports and pragmas. The entries in the JSON-file are file_name, size_bytes, code, fim_transformed, and secure. The entry fim_transformed (fill-in-the-middle transformed) is 0 for non-fim transformed examples and 1 for fim transformed examples. The entry secure is 0 for vulnerable examples, 1 for secure examples and 2 for examples for which no special security token is specified.
14
 
15
  If you wish to use this dataset, you can cite it as follows:
16
 
 
10
  - 10K<n<100K
11
  license: cc-by-4.0
12
  ---
13
+ This dataset consists of 22,118 Solidity constructs, namely functions, mappings, structs, modifiers, errors, enums, events, imports, constructors, SPDX-License-Identifiers, using statements and contract definitions with imports and pragmas. The entries in the JSON-file are file_name, size_bytes, code, fim_transformed, and secure. The entry fim_transformed (fill-in-the-middle transformed) is 0 for non-fim transformed examples and 1 for fim transformed examples. The entry secure is 0 for vulnerable examples, 1 for secure examples and 2 for examples for which no special security token is specified.
14
 
15
  If you wish to use this dataset, you can cite it as follows:
16