Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ This model is not intended for:
|
|
41 |
|
42 |
## Bias, Risks, and Limitations
|
43 |
|
44 |
-
The training data primarily consists of code from publicly sourced Solidity projects which may not encompass the full diversity of programming styles and techniques
|
45 |
|
46 |
### Recommendations
|
47 |
|
@@ -135,7 +135,7 @@ print(f"Output written to {file_path}")
|
|
135 |
|
136 |
### Training Data
|
137 |
|
138 |
-
The model was trained on a dataset consisting of pairs of natural language instructions and their corresponding Solidity code implementations. This dataset includes over
|
139 |
|
140 |
### Training Procedure
|
141 |
|
@@ -224,7 +224,7 @@ The model was trained on a dataset consisting of pairs of natural language instr
|
|
224 |
|
225 |
#### Summary
|
226 |
|
227 |
-
Initial evaluations show promising results in generating
|
228 |
|
229 |
## Environmental Impact
|
230 |
|
|
|
41 |
|
42 |
## Bias, Risks, and Limitations
|
43 |
|
44 |
+
The training data primarily consists of code from publicly sourced Solidity projects which may not encompass the full diversity of programming styles and techniques.
|
45 |
|
46 |
### Recommendations
|
47 |
|
|
|
135 |
|
136 |
### Training Data
|
137 |
|
138 |
+
The model was trained on a dataset consisting of pairs of natural language instructions and their corresponding Solidity code implementations. This dataset includes over 6000 input and outputs.
|
139 |
|
140 |
### Training Procedure
|
141 |
|
|
|
224 |
|
225 |
#### Summary
|
226 |
|
227 |
+
Initial evaluations show promising results in generating Solidity code, with further testing planned.
|
228 |
|
229 |
## Environmental Impact
|
230 |
|