Spaces:
Sleeping
Sleeping
Amitontheweb
commited on
Commit
•
93061c7
1
Parent(s):
bbf1ad6
Update app.py
Browse files
app.py
CHANGED
@@ -411,8 +411,21 @@ with gr.Blocks() as demo:
|
|
411 |
|
412 |
gr.Markdown (
|
413 |
"""
|
414 |
-
|
|
|
415 |
Tweak and test model parameters and see how they affect generated text.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
416 |
"""
|
417 |
|
418 |
)
|
|
|
411 |
|
412 |
gr.Markdown (
|
413 |
"""
|
414 |
+
|
415 |
+
## About Params Playground
|
416 |
Tweak and test model parameters and see how they affect generated text.
|
417 |
+
|
418 |
+
Sampling - with Top P, Top K
|
419 |
+
Simple Beam search - with Early Stopping and Temperature
|
420 |
+
Diversity Beam search - with Group Diversity Penalty
|
421 |
+
Contrastive search - with Penalty Alpha
|
422 |
+
|
423 |
+
Other parameters:
|
424 |
+
|
425 |
+
Length penalty
|
426 |
+
Repetition penalty
|
427 |
+
No repeat n-gram size
|
428 |
+
|
429 |
"""
|
430 |
|
431 |
)
|