Kukedlc commited on
Commit
fc501a8
1 Parent(s): 45a9624

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -79,7 +79,8 @@ import transformers
79
  import torch
80
 
81
  model = "Kukedlc/NeuralSirKrishna-7b"
82
- messages = [{"role": "user", "content": "What is a large language model?"}]
 
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)