AhmedSSoliman commited on
Commit
a7b762f
·
1 Parent(s): 2cdb77d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  library_name: peft
3
  base_model: mistralai/Mistral-7B-Instruct-v0.1
4
- pipeline_tag: text2text-generation
5
  datasets:
6
  - bugdaryan/sql-create-context-instruction
7
  tags:
@@ -45,4 +45,4 @@ question = 'Show names for all employees with salary more than the average.'
45
  generatedSql=predict_SQL(table, question)
46
  print(generatedSql)
47
 
48
- ```
 
1
  ---
2
  library_name: peft
3
  base_model: mistralai/Mistral-7B-Instruct-v0.1
4
+ pipeline_tag: text-generation
5
  datasets:
6
  - bugdaryan/sql-create-context-instruction
7
  tags:
 
45
  generatedSql=predict_SQL(table, question)
46
  print(generatedSql)
47
 
48
+ ```