Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
base_model: unsloth/Qwen2.5-Coder-32B-Instruct-bnb-4bit
|
3 |
library_name: transformers
|
4 |
-
model_name:
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
- unsloth
|
@@ -17,7 +17,7 @@ The model has an EX score of 63.33 and R-VES score of 60.02 on the [BIRD leaderb
|
|
17 |
|
18 |
# Quick start
|
19 |
|
20 |
-
To use this model, craft your prompt to start with your database schema in the form of **CREATE TABLE**, followed by your natural language query preceded by
|
21 |
Make sure your prompt ends with **SELECT** in order for the model to finish the query for you.
|
22 |
|
23 |
```python
|
|
|
1 |
---
|
2 |
base_model: unsloth/Qwen2.5-Coder-32B-Instruct-bnb-4bit
|
3 |
library_name: transformers
|
4 |
+
model_name: onekq-ai/OneSQL-v0.1-Qwen-32B
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
- unsloth
|
|
|
17 |
|
18 |
# Quick start
|
19 |
|
20 |
+
To use this model, craft your prompt to start with your database schema in the form of **CREATE TABLE**, followed by your natural language query preceded by **--**.
|
21 |
Make sure your prompt ends with **SELECT** in order for the model to finish the query for you.
|
22 |
|
23 |
```python
|