Amitontheweb commited on
Commit
cc1e863
1 Parent(s): 7bc9abe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -414,25 +414,25 @@ with gr.Blocks() as demo:
414
 
415
 
416
  ## About Params Playground
417
- Tweak and test model parameters and see how they affect generated text.
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