Update README.md
Browse files
README.md
CHANGED
@@ -44,9 +44,10 @@ This model is designed to:
|
|
44 |
## Bias, Risks, and Limitations
|
45 |
|
46 |
### Limitations
|
47 |
-
-
|
48 |
-
-
|
49 |
-
- No
|
|
|
50 |
|
51 |
### Recommendations
|
52 |
Always **validate generated code** before executing. Combine with an execution sandbox (e.g., Streamlit, Jupyter) for best results.
|
|
|
44 |
## Bias, Risks, and Limitations
|
45 |
|
46 |
### Limitations
|
47 |
+
- The model was fine-tuned on text-based examples
|
48 |
+
- It may generate incorrect or non-working code for complex queries.
|
49 |
+
- No built-in code execution or error checking is included.
|
50 |
+
- Meant for educational and experimental use only.
|
51 |
|
52 |
### Recommendations
|
53 |
Always **validate generated code** before executing. Combine with an execution sandbox (e.g., Streamlit, Jupyter) for best results.
|