suriya7 commited on
Commit
d013d1f
·
verified ·
1 Parent(s): f3fccb3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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
  """