GGmorello commited on
Commit
16808ce
1 Parent(s): 8689336

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -29,8 +29,8 @@ The DISL dataset features a collection of 514506 unique Solidity files that have
29
 
30
  It contains two subset:
31
 
32
- * the *raw* subset has full contracts source code and it's not deduplicated, it has 3,298,271 entries
33
- * the *decomposed* subset contains Solidity files, it's deduplicated using Jaccard similarity with a threshold of 0.9, it has 514,506 Solidity files
34
 
35
  If you use DISL, please cite the following tech report:
36
 
 
29
 
30
  It contains two subset:
31
 
32
+ * the *raw* subset has full contracts source code and it's not deduplicated, it has 3,298,271 smart contracts
33
+ * the *decomposed* subset contains Solidity files, it is derived from raw, it is deduplicated using Jaccard similarity with a threshold of 0.9, it has 514,506 Solidity files
34
 
35
  If you use DISL, please cite the following tech report:
36