kgourgou commited on
Commit
59f8a34
·
verified ·
1 Parent(s): 3e2c8c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ interface = gr.Interface(
144
  gr.Textbox(label="Min-p Sampling"),
145
  ],
146
  title="Decoding Methods Comparison",
147
- description="Each decoding method's final answer is printed as soon as it is done, including custom min-p sampling."
148
  )
149
 
150
  if __name__ == "__main__":
 
144
  gr.Textbox(label="Min-p Sampling"),
145
  ],
146
  title="Decoding Methods Comparison",
147
+ description="""This uses GPT2. min-p sampling is from Nguyen, M., et al, 2024, "Turning up the heat: Min-p sampling for creative and coherent llm outputs. arXiv preprint arXiv:2407.01082."""
148
  )
149
 
150
  if __name__ == "__main__":