alokabhishek
commited on
Commit
•
8d28772
1
Parent(s):
b5fbad0
Updated Readme
Browse files
README.md
CHANGED
@@ -60,7 +60,7 @@ pipeline = transformers.pipeline(
|
|
60 |
device_map="auto",
|
61 |
)
|
62 |
|
63 |
-
prompt_instruction = "You are a virtual assistant with advanced expertise in a broad spectrum of topics, equipped to utilize high-level critical thinking, cognitive skills, creativity, and innovation.
|
64 |
user_prompt = "Why is Hulk always angry?"
|
65 |
|
66 |
chat_messages = [
|
|
|
60 |
device_map="auto",
|
61 |
)
|
62 |
|
63 |
+
prompt_instruction = "You are a virtual assistant with advanced expertise in a broad spectrum of topics, equipped to utilize high-level critical thinking, cognitive skills, creativity, and innovation. Your goal is to deliver the most straightforward and accurate answer possible for each question, ensuring high-quality and useful responses for the user. "
|
64 |
user_prompt = "Why is Hulk always angry?"
|
65 |
|
66 |
chat_messages = [
|