Spaces:
Sleeping
Sleeping
Amitontheweb
commited on
Commit
•
cc1e863
1
Parent(s):
7bc9abe
Update app.py
Browse files
app.py
CHANGED
@@ -414,25 +414,25 @@ with gr.Blocks() as demo:
|
|
414 |
|
415 |
|
416 |
## About Params Playground
|
417 |
-
|
418 |
|
419 |
-
Sampling - with Top P, Top K
|
420 |
|
421 |
-
Simple Beam search - with Early Stopping and Temperature
|
422 |
|
423 |
-
Diversity Beam search - with Group Diversity Penalty
|
424 |
|
425 |
-
Contrastive search - with Penalty Alpha
|
426 |
|
427 |
|
428 |
Other parameters:
|
429 |
|
430 |
|
431 |
-
Length penalty
|
432 |
|
433 |
-
Repetition penalty
|
434 |
|
435 |
-
No repeat n-gram size
|
436 |
|
437 |
"""
|
438 |
|
|
|
414 |
|
415 |
|
416 |
## About Params Playground
|
417 |
+
A place to tweak, test and learn generative model parameters for text output.
|
418 |
|
419 |
+
- Random Sampling - with Top P, Top K
|
420 |
|
421 |
+
- Simple Beam search - with Early Stopping and Temperature
|
422 |
|
423 |
+
- Diversity Beam search - with Group Diversity Penalty
|
424 |
|
425 |
+
- Contrastive search - with Penalty Alpha
|
426 |
|
427 |
|
428 |
Other parameters:
|
429 |
|
430 |
|
431 |
+
- Length penalty
|
432 |
|
433 |
+
- Repetition penalty
|
434 |
|
435 |
+
- No repeat n-gram size
|
436 |
|
437 |
"""
|
438 |
|