Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
---
|
2 |
base_model: deepseek-ai/deepseek-coder-6.7b-instruct
|
3 |
tags:
|
4 |
-
- SOLAR
|
5 |
- instruct
|
6 |
- finetune
|
7 |
model-index:
|
8 |
-
- name: NaturalQuery-
|
9 |
results: []
|
10 |
license: other
|
11 |
license_name: deepseek
|
@@ -16,7 +15,7 @@ datasets:
|
|
16 |
- cfahlgren1/natural-sql
|
17 |
---
|
18 |
|
19 |
-
# **NaturalQuery-
|
20 |
|
21 |
**NaturalQuery** is a LLM that can translate natural language queries to SQL based on your schema.
|
22 |
|
|
|
1 |
---
|
2 |
base_model: deepseek-ai/deepseek-coder-6.7b-instruct
|
3 |
tags:
|
|
|
4 |
- instruct
|
5 |
- finetune
|
6 |
model-index:
|
7 |
+
- name: NaturalQuery-6.7B-v0.1
|
8 |
results: []
|
9 |
license: other
|
10 |
license_name: deepseek
|
|
|
15 |
- cfahlgren1/natural-sql
|
16 |
---
|
17 |
|
18 |
+
# **NaturalQuery-6.7B-v0.1**
|
19 |
|
20 |
**NaturalQuery** is a LLM that can translate natural language queries to SQL based on your schema.
|
21 |
|