Update README.md
Browse files
README.md
CHANGED
@@ -45,7 +45,6 @@ The goal of this model is to improve the quality and efficiency of code generati
|
|
45 |
|
46 |
This model is designed to generate quality and efficient code in any programming language, but particularly for Python, given a natural language prompt. It can provide troubleshooting for bugged or broken code that is able to provide feedback on why the initial code was faulty and how the code was improved and fixed.
|
47 |
|
48 |
-
|
49 |
### Out-of-Scope Use
|
50 |
|
51 |
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
@@ -159,18 +158,6 @@ def create_training_arguments(path, learning_rate = 0.00001, epochs=2, eval_step
|
|
159 |
|
160 |
[More Information Needed]
|
161 |
|
162 |
-
## Environmental Impact
|
163 |
-
|
164 |
-
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
165 |
-
|
166 |
-
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
167 |
-
|
168 |
-
- **Hardware Type:** [More Information Needed]
|
169 |
-
- **Hours used:** [More Information Needed]
|
170 |
-
- **Cloud Provider:** [More Information Needed]
|
171 |
-
- **Compute Region:** [More Information Needed]
|
172 |
-
- **Carbon Emitted:** [More Information Needed]
|
173 |
-
|
174 |
## Model Card Contact
|
175 |
|
176 |
- **Email:** [email protected]
|
|
|
45 |
|
46 |
This model is designed to generate quality and efficient code in any programming language, but particularly for Python, given a natural language prompt. It can provide troubleshooting for bugged or broken code that is able to provide feedback on why the initial code was faulty and how the code was improved and fixed.
|
47 |
|
|
|
48 |
### Out-of-Scope Use
|
49 |
|
50 |
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
|
|
158 |
|
159 |
[More Information Needed]
|
160 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
161 |
## Model Card Contact
|
162 |
|
163 |
- **Email:** [email protected]
|