dittops commited on
Commit
a08f4a3
·
verified ·
1 Parent(s): 5b69a74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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
- ### Instruction: {instruction} ### Response:"""
 
 
 
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