Update README.md
Browse files
README.md
CHANGED
@@ -97,14 +97,12 @@ model = AutoGPTQForCausalLM.from_quantized(model_name_or_path,
|
|
97 |
quantize_config=None)
|
98 |
|
99 |
prompt = "Tell me about AI"
|
100 |
-
prompt_template=f'''
|
101 |
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
102 |
|
103 |
### Instruction: PROMPT
|
104 |
|
105 |
### Response:
|
106 |
-
|
107 |
-
```
|
108 |
'''
|
109 |
|
110 |
print("\n\n*** Generate:")
|
|
|
97 |
quantize_config=None)
|
98 |
|
99 |
prompt = "Tell me about AI"
|
100 |
+
prompt_template=f'''
|
101 |
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
102 |
|
103 |
### Instruction: PROMPT
|
104 |
|
105 |
### Response:
|
|
|
|
|
106 |
'''
|
107 |
|
108 |
print("\n\n*** Generate:")
|