Ashishkr commited on
Commit
4596af2
1 Parent(s): 936c767

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ sample_outputs = model.generate(input_ids,
28
  do_sample=True,
29
  num_beams=1,
30
  max_length=len(Input_query),
31
- temperature=0.9,
32
  top_k = 10,
33
  num_return_sequences=1)
34
  for i in range(len(sample_outputs)):
 
28
  do_sample=True,
29
  num_beams=1,
30
  max_length=len(Input_query),
31
+ temperature=0.2,
32
  top_k = 10,
33
  num_return_sequences=1)
34
  for i in range(len(sample_outputs)):