Update README.md
Browse files
README.md
CHANGED
@@ -79,7 +79,8 @@ import transformers
|
|
79 |
import torch
|
80 |
|
81 |
model = "Kukedlc/NeuralSirKrishna-7b"
|
82 |
-
messages = [{"role": "user", "content": "
|
|
|
83 |
|
84 |
tokenizer = AutoTokenizer.from_pretrained(model)
|
85 |
prompt = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
|
|
|
79 |
import torch
|
80 |
|
81 |
model = "Kukedlc/NeuralSirKrishna-7b"
|
82 |
+
messages = [{"role": "user", "content": """Create an advanced theory about the origin of life on earth that is new,
|
83 |
+
innovative, and disruptive, totally new with no resemblance to anything else but at the same time that can be real."}]
|
84 |
|
85 |
tokenizer = AutoTokenizer.from_pretrained(model)
|
86 |
prompt = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
|