Update README.md
Browse files
README.md
CHANGED
@@ -65,7 +65,10 @@ tokenizer = AutoTokenizer.from_pretrained("budecosystem/code-millenials-34b")
|
|
65 |
model = AutoModelForCausalLM.from_pretrained("budecosystem/code-millenials-34b")
|
66 |
|
67 |
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.
|
68 |
-
|
|
|
|
|
|
|
69 |
|
70 |
instruction = <Your code instruction here>
|
71 |
|
|
|
65 |
model = AutoModelForCausalLM.from_pretrained("budecosystem/code-millenials-34b")
|
66 |
|
67 |
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.
|
68 |
+
|
69 |
+
### Instruction: {instruction}
|
70 |
+
|
71 |
+
### Response:"""
|
72 |
|
73 |
instruction = <Your code instruction here>
|
74 |
|