ekshat commited on
Commit
e8c5ea3
1 Parent(s): 6cbe5c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  This Model is based on Llama-2 7B model provided by Meta. The Model accepts text and return SQL-query. This Model has been fine-tuned on "NousResearch/Llama-2-7b-hf".
2
 
3
  ```python
 
1
+ ---
2
+ datasets:
3
+ - b-mc2/sql-create-context
4
+ language:
5
+ - en
6
+ library_name: transformers
7
+ pipeline_tag: text2text-generation
8
+ tags:
9
+ - text-2-sql
10
+ - text-generation-inference
11
+ ---
12
  This Model is based on Llama-2 7B model provided by Meta. The Model accepts text and return SQL-query. This Model has been fine-tuned on "NousResearch/Llama-2-7b-hf".
13
 
14
  ```python