KN123 commited on
Commit
0a458d8
·
verified ·
1 Parent(s): e163373

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -2,8 +2,12 @@
2
  license: apache-2.0
3
  library_name: transformers
4
  ---
 
 
5
 
6
- Here lies the resources and the fine tuned-model for natural language to SQL (Structured Query Language).
 
 
7
 
8
 
9
 
 
2
  license: apache-2.0
3
  library_name: transformers
4
  ---
5
+ # nl2sql (Natural Language to SQL)
6
+ - Here lies the resources and the fine tuned-model for natural language to SQL (Structured Query Language).
7
 
8
+ ## Few Hints while making use of the API or downloading the model locally.
9
+ 1. For ease, while passing the query to the database, make the attributes in single quotes (write custom function).
10
+ 2. Remember, SQL is case sensitive, hence in your inference prompt, mention the correct case.
11
 
12
 
13