Update README.md
Browse files
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 |
|