Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Model Card for LLaMA-3-8B SQL Fine-Tuned Model
|
| 2 |
|
| 3 |
## Model Overview
|
|
@@ -44,4 +57,4 @@ This model is not intended for:
|
|
| 44 |
- **Risks:** Incorrect SQL generation could lead to data corruption or security vulnerabilities if used without validation.
|
| 45 |
- **Limitations:** Performance may vary across different database schemas or complex queries.
|
| 46 |
|
| 47 |
-
**Recommendations:** Always validate generated SQL queries before execution, especially in production environments.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- b-mc2/sql-create-context
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
- id
|
| 8 |
+
base_model:
|
| 9 |
+
- meta-llama/Llama-3.2-1B
|
| 10 |
+
tags:
|
| 11 |
+
- SQL
|
| 12 |
+
- Llama
|
| 13 |
+
---
|
| 14 |
# Model Card for LLaMA-3-8B SQL Fine-Tuned Model
|
| 15 |
|
| 16 |
## Model Overview
|
|
|
|
| 57 |
- **Risks:** Incorrect SQL generation could lead to data corruption or security vulnerabilities if used without validation.
|
| 58 |
- **Limitations:** Performance may vary across different database schemas or complex queries.
|
| 59 |
|
| 60 |
+
**Recommendations:** Always validate generated SQL queries before execution, especially in production environments.
|