Update README.md
Browse files
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 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|