fbnhnsl commited on
Commit
7173290
·
verified ·
1 Parent(s): fdaa12b

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
  - 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.
 
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.