Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,22 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
tags:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
7 |
|
8 |
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
-
|
10 |
|
11 |
|
12 |
## Model Details
|
@@ -17,13 +27,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]:**
|
23 |
-
- **Model type:**
|
24 |
-
- **Language(s) (NLP):**
|
25 |
-
- **License:**
|
26 |
-
- **Finetuned from model [optional]:**
|
27 |
|
28 |
### Model Sources [optional]
|
29 |
|
@@ -196,6 +206,4 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
196 |
|
197 |
## Model Card Contact
|
198 |
|
199 |
-
[More Information Needed]
|
200 |
-
|
201 |
-
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
tags:
|
4 |
+
- research
|
5 |
+
- lora
|
6 |
+
- nl2sql
|
7 |
+
- sql
|
8 |
+
license: mit
|
9 |
+
datasets:
|
10 |
+
- b-mc2/sql-create-context
|
11 |
+
language:
|
12 |
+
- en
|
13 |
+
pipeline_tag: text-generation
|
14 |
---
|
15 |
|
16 |
# Model Card for Model ID
|
17 |
|
18 |
<!-- Provide a quick summary of what the model is/does. -->
|
19 |
+
phi2-nl2sql is a finetuned model of phi-2. The dataset used is `b-mc2/sql-create-context`. This is a base model for the upcoming `gguf` version.
|
20 |
|
21 |
|
22 |
## Model Details
|
|
|
27 |
|
28 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
29 |
|
30 |
+
- **Developed by:** Pavan Kumar Balijepalli
|
31 |
+
- **Funded by [optional]:** Pavan Kumar Balijepalli
|
32 |
+
- **Shared by [optional]:** Pavan Kumar Balijepalli
|
33 |
+
- **Model type:** Casual_LM
|
34 |
+
- **Language(s) (NLP):** English, SQL
|
35 |
+
- **License:** MIT
|
36 |
+
- **Finetuned from model [optional]:** microsoft/phi-2
|
37 |
|
38 |
### Model Sources [optional]
|
39 |
|
|
|
206 |
|
207 |
## Model Card Contact
|
208 |
|
209 |
+
[More Information Needed]
|
|
|
|