Update README.md
Browse files
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'''
|
|
|
|
|
|
|
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:")
|