Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
tags:
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
@@ -17,13 +22,13 @@ tags: []
|
|
17 |
|
18 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
19 |
|
20 |
-
- **Developed by:**
|
21 |
-
- **Funded by [optional]:**
|
22 |
- **Shared by [optional]:** [More Information Needed]
|
23 |
-
- **Model type:** [
|
24 |
-
- **Language(s) (NLP):**
|
25 |
- **License:** [More Information Needed]
|
26 |
-
- **Finetuned from model [optional]:**
|
27 |
|
28 |
### Model Sources [optional]
|
29 |
|
@@ -36,6 +41,7 @@ This is the model card of a 🤗 transformers model that has been pushed on the
|
|
36 |
## Uses
|
37 |
|
38 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
|
|
39 |
|
40 |
### Direct Use
|
41 |
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
tags:
|
4 |
+
- text-to-sql
|
5 |
+
datasets:
|
6 |
+
- kristiannordby/function_call_sql
|
7 |
+
base_model:
|
8 |
+
- defog/sqlcoder-7b-2
|
9 |
---
|
10 |
|
11 |
# Model Card for Model ID
|
|
|
22 |
|
23 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
24 |
|
25 |
+
- **Developed by:** @kristiannordby
|
26 |
+
- **Funded by [optional]:** AI2C, USMA D/MATH
|
27 |
- **Shared by [optional]:** [More Information Needed]
|
28 |
+
- **Model type:** [Text-to-SQL]
|
29 |
+
- **Language(s) (NLP):** English, SQL
|
30 |
- **License:** [More Information Needed]
|
31 |
+
- **Finetuned from model [optional]:** Defog/sqlcoder-7b-2
|
32 |
|
33 |
### Model Sources [optional]
|
34 |
|
|
|
41 |
## Uses
|
42 |
|
43 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
44 |
+
This model was finetuned on an Army Aviation Question-SQL dataset.
|
45 |
|
46 |
### Direct Use
|
47 |
|