aryachakraborty commited on
Commit
046553b
1 Parent(s): ecb2473

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -1,15 +1,19 @@
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
 
13
 
14
  ### Model Description
15
 
@@ -17,13 +21,11 @@ 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:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
  - **Language(s) (NLP):** [More Information Needed]
25
  - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
 
28
  ### Model Sources [optional]
29
 
@@ -196,6 +198,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
+ - code
5
+ - text2text
6
+ - translate
7
  ---
8
 
9
  # Model Card for Model ID
10
 
11
+ This Model has been fine tuned on our own curated dataset which is used for generating SQL Queries from natural language.
12
 
13
 
14
 
15
  ## Model Details
16
+ Model is the 2 billion parameter Open Source GEMMA model recently released by GOOGLE.
17
 
18
  ### Model Description
19
 
 
21
 
22
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
23
 
24
+ - **Developed by:** [Arya Chakraborty]
25
+ - **Model type:** [Text to SQL query Generation]
 
 
26
  - **Language(s) (NLP):** [More Information Needed]
27
  - **License:** [More Information Needed]
28
+ - **Finetuned from model [GEMMA]:** [GEMMA-NL-SQL]
29
 
30
  ### Model Sources [optional]
31
 
 
198
 
199
  ## Model Card Contact
200
 
201
+ [More Information Needed]