Update README.md
Browse files
README.md
CHANGED
@@ -79,13 +79,12 @@ The model can be further integrated into applications such as chatbots, data ana
|
|
79 |
This model is not designed for tasks outside text-to-SQL generation.
|
80 |
It may not perform well for non-SQL language generation or queries outside the domain of structured data retrieval.
|
81 |
|
82 |
-
##
|
83 |
|
84 |
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
85 |
|
86 |
-
- **Bias:** The model's performance is influenced by the quality and diversity of the training data. It may underperform on SQL queries that deviate significantly from the training examples.
|
87 |
- **Risks:** Inaccurate SQL generation may lead to unexpected query behavior, especially in safety-critical environments.
|
88 |
-
- **Limitations:** The model may
|
89 |
|
90 |
### Recommendations
|
91 |
|
|
|
79 |
This model is not designed for tasks outside text-to-SQL generation.
|
80 |
It may not perform well for non-SQL language generation or queries outside the domain of structured data retrieval.
|
81 |
|
82 |
+
## Risks, and Limitations
|
83 |
|
84 |
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
85 |
|
|
|
86 |
- **Risks:** Inaccurate SQL generation may lead to unexpected query behavior, especially in safety-critical environments.
|
87 |
+
- **Limitations:** The model may struggle with highly complex schemas and queries due to limited training data and inherent model capability constraints, particularly for tasks that require deep, domain-specific knowledge.
|
88 |
|
89 |
### Recommendations
|
90 |
|