nebchi commited on
Commit
55645df
1 Parent(s): d08ff6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -91,7 +91,6 @@ formatted_prompt = f"Instruction: {prompt}\n output:"
91
 
92
  outputs = pipe_finetuned(
93
  formatted_prompt,
94
- # do_sample=True,
95
  temperature=0.1,
96
  top_k=50,
97
  top_p=0.95,
 
91
 
92
  outputs = pipe_finetuned(
93
  formatted_prompt,
 
94
  temperature=0.1,
95
  top_k=50,
96
  top_p=0.95,