monperrus commited on
Commit
a2ef5ff
·
verified ·
1 Parent(s): 2e842e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -13
README.md CHANGED
@@ -68,16 +68,3 @@ random_row = random.choice(dataset["train"])
68
  random_sc = random.choice(dataset["train"])['source_code']
69
  print(random_sc)
70
  ```
71
-
72
- If you use DISL, please cite the following technical report:
73
-
74
- ```
75
- @misc{morello2024disl,
76
- title={DISL: Fueling Research with A Large Dataset of Solidity Smart Contracts},
77
- author={Gabriele Morello and Mojtaba Eshghie and Sofia Bobadilla and Martin Monperrus},
78
- year={2024},
79
- eprint={2403.16861},
80
- archivePrefix={arXiv},
81
- primaryClass={cs.SE}
82
- }
83
- ```
 
68
  random_sc = random.choice(dataset["train"])['source_code']
69
  print(random_sc)
70
  ```