bprice9 commited on
Commit
3819ab8
1 Parent(s): c572378

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -55,8 +55,7 @@ sampling_params = SamplingParams(temperature=0.0, top_p=0.9, max_tokens=512, sto
55
  tokenizer = AutoTokenizer.from_pretrained(model_id)
56
 
57
  messages = [
58
- {"role": "system", "content": "You are a pirate chatbot who always responds in pirate speak!"},
59
- {"role": "user", "content": "Who are you?"},
60
  ]
61
  prompts = tokenizer.apply_chat_template(messages, add_generation_prompt=True, tokenize=False)
62
 
 
55
  tokenizer = AutoTokenizer.from_pretrained(model_id)
56
 
57
  messages = [
58
+ {"role": "user", "content": "Give a differential for an intrahepatic lesion with early arterial phase enhancement and rapid washout."},
 
59
  ]
60
  prompts = tokenizer.apply_chat_template(messages, add_generation_prompt=True, tokenize=False)
61