Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,9 @@ model = AutoModelForCausalLM.from_pretrained("suriya7/conversational-gpt-1")
|
|
17 |
### Chatting
|
18 |
|
19 |
```python
|
|
|
|
|
|
|
20 |
prompt = """
|
21 |
<|im_start|>system\nYou are a helpful AI assistant named Securitron, trained by Aquilax.<|im_end|>
|
22 |
"""
|
|
|
17 |
### Chatting
|
18 |
|
19 |
```python
|
20 |
+
|
21 |
+
import torch
|
22 |
+
|
23 |
prompt = """
|
24 |
<|im_start|>system\nYou are a helpful AI assistant named Securitron, trained by Aquilax.<|im_end|>
|
25 |
"""
|