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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -12,6 +12,9 @@ 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
 
17
  ```latex
 
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
+ The dataset was created using the fbnhnsl/Preprocessed_Solidity_Dataset_V1 dataset, but with the additional steps:
16
+
17
+
18
  If you wish to use this dataset, you can cite it as follows:
19
 
20
  ```latex