Teja-Gollapudi commited on
Commit
cd36331
1 Parent(s): 30bb517

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -72,7 +72,7 @@ Below is an instruction that describes a task. Write a response that appropriate
72
 
73
  prompt = "YOUR INSTRUCTION HERE"
74
 
75
- output = model(prompt_template.format(instruction=prompt), max_length=2048, do_sample=True)
76
  ```
77
 
78
  # Training Details
 
72
 
73
  prompt = "YOUR INSTRUCTION HERE"
74
 
75
+ output = model(prompt_template.format(instruction=prompt), max_length=2048)
76
  ```
77
 
78
  # Training Details