dittops commited on
Commit
c28bfbc
·
1 Parent(s): 225852a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ tokenizer = AutoTokenizer.from_pretrained("budecosystem/sql-millennials-13b")
20
  model = AutoModelForCausalLM.from_pretrained("budecosystem/sql-millennials-13b")
21
 
22
  template = """A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
23
- ### Instruction: {instruction} ### Response:"
24
 
25
  instruction = <Your code instruction here>
26
 
 
20
  model = AutoModelForCausalLM.from_pretrained("budecosystem/sql-millennials-13b")
21
 
22
  template = """A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
23
+ ### Instruction: {instruction} ### Response:"""
24
 
25
  instruction = <Your code instruction here>
26