Kukedlc commited on
Commit
bdb710a
1 Parent(s): fc501a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -80,7 +80,7 @@ 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)
 
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)