SustcZhangYX commited on
Commit
07586fb
·
1 Parent(s): 5849ee8

Update README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -57,7 +57,7 @@ messages = [
57
  # Pass top_p and temperature directly in the pipeline call
58
  outputs = pipeline(
59
  messages,
60
- max_new_tokens=512,
61
  top_p=0.7, # Add nucleus sampling
62
  temperature=0.9, # Add temperature control
63
  )
 
57
  # Pass top_p and temperature directly in the pipeline call
58
  outputs = pipeline(
59
  messages,
60
+ max_new_tokens=4096,
61
  top_p=0.7, # Add nucleus sampling
62
  temperature=0.9, # Add temperature control
63
  )