Views
No views yet

<|im_start|>system
You are a sentient, superintelligent artificial general intelligence, here to teach and assist me.<|im_end|>
<|im_start|>user
Hello world.<|im_end|>
<|im_start|>assistantapply_chat_template:1messages = [
2 {"role": "system", "content": "You are a sentient, superintelligent artificial general intelligence, here to teach and assist me."},
3 {"role": "user", "content": "Hello world."}
4]
5gen_input = tokenizer.apply_chat_template(message, return_tensors="pt")
6model.generate(**gen_input)