saifamdouni commited on
Commit
41c7304
·
verified ·
1 Parent(s): 143d289

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ outputs = pipe(messages,
43
  max_new_tokens=2048,
44
  do_sample=True,
45
  top_p=0.95,
46
- temperature=0.1,
47
  top_k=50)
48
  assistant_response = outputs[0]["generated_text"][-1]["content"].strip()
49
  print(assistant_response)
 
43
  max_new_tokens=2048,
44
  do_sample=True,
45
  top_p=0.95,
46
+ temperature=0.7,
47
  top_k=50)
48
  assistant_response = outputs[0]["generated_text"][-1]["content"].strip()
49
  print(assistant_response)