Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ language:
|
|
| 12 |
- en
|
| 13 |
---
|
| 14 |
|
| 15 |
-
#
|
| 16 |
|
| 17 |
<div align="center">
|
| 18 |
|
|
@@ -23,7 +23,7 @@ language:
|
|
| 23 |
|
| 24 |
</div>
|
| 25 |
|
| 26 |
-
##
|
| 27 |
|
| 28 |
This model is a fine-tuned version of **Gemma-2-2B-Instruct**, specialized in translating natural language questions into SQL queries. It has been trained to understand database schemas and generate precise SQL commands without conversational filler.
|
| 29 |
|
|
@@ -32,7 +32,7 @@ This model is a fine-tuned version of **Gemma-2-2B-Instruct**, specialized in tr
|
|
| 32 |
* **Dataset:** [b-mc2/sql-create-context](https://huggingface.co/datasets/b-mc2/sql-create-context)
|
| 33 |
* **Output:** Raw SQL Query
|
| 34 |
|
| 35 |
-
##
|
| 36 |
|
| 37 |
### 1. Install Dependencies
|
| 38 |
```bash
|
|
|
|
| 12 |
- en
|
| 13 |
---
|
| 14 |
|
| 15 |
+
# Gemma-2-2B Text-to-SQL Expert
|
| 16 |
|
| 17 |
<div align="center">
|
| 18 |
|
|
|
|
| 23 |
|
| 24 |
</div>
|
| 25 |
|
| 26 |
+
## Overview
|
| 27 |
|
| 28 |
This model is a fine-tuned version of **Gemma-2-2B-Instruct**, specialized in translating natural language questions into SQL queries. It has been trained to understand database schemas and generate precise SQL commands without conversational filler.
|
| 29 |
|
|
|
|
| 32 |
* **Dataset:** [b-mc2/sql-create-context](https://huggingface.co/datasets/b-mc2/sql-create-context)
|
| 33 |
* **Output:** Raw SQL Query
|
| 34 |
|
| 35 |
+
## Quick Start
|
| 36 |
|
| 37 |
### 1. Install Dependencies
|
| 38 |
```bash
|