MultiTrickFox commited on
Commit
1148121
·
1 Parent(s): 77cb7f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -28,8 +28,8 @@ inp = [ """Today""", """Yesterday""" ]
28
  out = generator(
29
  inp, do_sample=True,
30
 
31
- temperature=.6,
32
- typical_p=.7,
33
  #top_p=.9,
34
  repetition_penalty=1.2,
35
 
 
28
  out = generator(
29
  inp, do_sample=True,
30
 
31
+ temperature=.7,
32
+ typical_p=.6,
33
  #top_p=.9,
34
  repetition_penalty=1.2,
35