Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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__":
|