Update README.md
Browse files
README.md
CHANGED
|
@@ -8,3 +8,8 @@ Considerations:
|
|
| 8 |
2. Model is highly likely to regurgitate code almost exactly as it saw it. It's up to you to determine licensing if you intend to actually use the generated code.
|
| 9 |
3. All Python code was blindly pulled from github. This means included code is both Python 2 and 3, among other more subtle differences, such as tabs being 2 spaces in some cases and 4 in others...and more non-homologous things.
|
| 10 |
4. Along with the above, this means the code generated could wind up doing or suggesting just about anything. Run the generated code at own risk...it could be *anything*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
2. Model is highly likely to regurgitate code almost exactly as it saw it. It's up to you to determine licensing if you intend to actually use the generated code.
|
| 9 |
3. All Python code was blindly pulled from github. This means included code is both Python 2 and 3, among other more subtle differences, such as tabs being 2 spaces in some cases and 4 in others...and more non-homologous things.
|
| 10 |
4. Along with the above, this means the code generated could wind up doing or suggesting just about anything. Run the generated code at own risk...it could be *anything*
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
```py
|
| 14 |
+
print("test")
|
| 15 |
+
```
|