Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ tags:
|
|
| 8 |
pretty_name: FIM transformed Solidity constructs.
|
| 9 |
size_categories:
|
| 10 |
- 10K<n<100K
|
| 11 |
-
license:
|
| 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. It is splitted into 18,118 training examples, 2,000 validation examples and 2,000 test examples. 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 |
|
|
|
|
| 8 |
pretty_name: FIM transformed Solidity constructs.
|
| 9 |
size_categories:
|
| 10 |
- 10K<n<100K
|
| 11 |
+
license: mit
|
| 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. It is splitted into 18,118 training examples, 2,000 validation examples and 2,000 test examples. 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 |
|