Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
task_categories:
|
3 |
- text-generation
|
|
|
4 |
language:
|
5 |
- en
|
6 |
tags:
|
@@ -14,9 +15,9 @@ This dataset consists of 22,118 Solidity constructs, namely functions, mappings,
|
|
14 |
|
15 |
The dataset was created using the fbnhnsl/Preprocessed_Solidity_Dataset_V1 dataset, but three additional steps were applied:
|
16 |
|
17 |
-
- Constructs Extraction: Constructs such as functions, modifiers and enums were extracted from each file.
|
18 |
-
- FIM Transformation: Some of the constructs were FIM transformed (7,499 functions, 1,446 Constructors, 643 Modifiers, 2,698 Imports). The FIM ratio used was 0.4.
|
19 |
-
- Token Insertion: Special Tokens were inserted into each file that mark the end of a sequence (<|endoftext|>), secure code (<|secure_function|>, <|secure_constructor|>) and FIM code (<|fim_begin|>, <|fim_hole|>, <|fim_end|>)
|
20 |
|
21 |
If you wish to use this dataset, you can cite it as follows:
|
22 |
|
|
|
1 |
---
|
2 |
task_categories:
|
3 |
- text-generation
|
4 |
+
- fill-mask
|
5 |
language:
|
6 |
- en
|
7 |
tags:
|
|
|
15 |
|
16 |
The dataset was created using the fbnhnsl/Preprocessed_Solidity_Dataset_V1 dataset, but three additional steps were applied:
|
17 |
|
18 |
+
- "Constructs Extraction": Constructs such as functions, modifiers and enums were extracted from each file.
|
19 |
+
- "FIM Transformation": Some of the constructs were FIM transformed (7,499 functions, 1,446 Constructors, 643 Modifiers, 2,698 Imports). The FIM ratio used was 0.4.
|
20 |
+
- "Token Insertion": Special Tokens were inserted into each file that mark the end of a sequence (<|endoftext|>), secure code (<|secure_function|>, <|secure_constructor|>) and FIM code (<|fim_begin|>, <|fim_hole|>, <|fim_end|>)
|
21 |
|
22 |
If you wish to use this dataset, you can cite it as follows:
|
23 |
|