Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ The model was trained on over **100,000 natural language-to-SQL pairs** spanning
|
|
39 |
- **Base model:** DeepSeek R1 distilled on Llama3 8B
|
40 |
### Model Repository
|
41 |
|
42 |
-
- **Hugging Face Model Card:** [https://huggingface.co/mervp/
|
43 |
|
44 |
---
|
45 |
|
@@ -56,10 +56,9 @@ The model was trained on over **100,000 natural language-to-SQL pairs** spanning
|
|
56 |
|
57 |
## Limitations
|
58 |
|
59 |
-
While **
|
60 |
|
61 |
-
- It may produce **invalid SQL** for rare or malformed inputs.
|
62 |
-
- May **hallucinate table/column names** if not explicitly provided.
|
63 |
- Assumes a **generic SQL dialect**, resembling MySQL/PostgreSQL syntax.
|
64 |
|
65 |
### Recommendation for Use of Model
|
|
|
39 |
- **Base model:** DeepSeek R1 distilled on Llama3 8B
|
40 |
### Model Repository
|
41 |
|
42 |
+
- **Hugging Face Model Card:** [https://huggingface.co/mervp/SQLNova](https://huggingface.co/mervp/SQLNova)
|
43 |
|
44 |
---
|
45 |
|
|
|
56 |
|
57 |
## Limitations
|
58 |
|
59 |
+
While **SQLNova** performs well in many real-world scenarios Since its a Reasoning Model, there are some limitations:
|
60 |
|
61 |
+
- It may produce **invalid SQL** for rare or malformed inputs in rarest cases.
|
|
|
62 |
- Assumes a **generic SQL dialect**, resembling MySQL/PostgreSQL syntax.
|
63 |
|
64 |
### Recommendation for Use of Model
|