TheBloke commited on
Commit
8655179
1 Parent(s): 922d42a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -173,7 +173,10 @@ model = AutoGPTQForCausalLM.from_quantized(model_name_or_path,
173
  """
174
 
175
  prompt = "Tell me about AI"
176
- prompt_template=f'''orca_mini
 
 
 
177
  '''
178
 
179
  print("\n\n*** Generate:")
 
173
  """
174
 
175
  prompt = "Tell me about AI"
176
+ prompt_template=f'''### Instruction:
177
+ {prompt}
178
+
179
+ ### Response:
180
  '''
181
 
182
  print("\n\n*** Generate:")