Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ size_categories:
|
|
| 10 |
- 1K<n<10K
|
| 11 |
---
|
| 12 |
|
| 13 |
-
This
|
| 14 |
|
| 15 |
- Step 1 "Cleaning": Unnecessary parts such as comments or blank lines were removed from each file.
|
| 16 |
- Step 2 "Formatting": Each file was converted with Prettier (and the corresponding Solidity-plugin) so that the final model only generates code in a correct format.
|
|
|
|
| 10 |
- 1K<n<10K
|
| 11 |
---
|
| 12 |
|
| 13 |
+
This dataset consists of 4,134 unique Solidity files. The files were gathered from three sources: Etherscan, Github and DISL dataset. Six preprocessing steps were applied:
|
| 14 |
|
| 15 |
- Step 1 "Cleaning": Unnecessary parts such as comments or blank lines were removed from each file.
|
| 16 |
- Step 2 "Formatting": Each file was converted with Prettier (and the corresponding Solidity-plugin) so that the final model only generates code in a correct format.
|