CoolFace
Apppublic

sbicy/compare-models-text-completion

sourceHugging Faceecl-2.0updated 2y agoView on Hugging Face
0likes
App README

Text Generation Models Comparison

Description

This is a test model for you to play with to compare two different text generation models.

How to Use

  1. 1.Enter a Prompt: Type a sentence or phrase into the prompt textbox.
  2. 2.Adjust Parameters (you'll do this in the colab in the classroom files :):
  3. 3.Temperature: Controls the randomness of the output.
  4. 4.Top-p: Controls the diversity of the output.
  5. 5.Generate Text: Click the "Submit" button to see the models' outputs.

Examples

  • Prompt:
  • "Once upon a time"
  • "The best day of the week is"
  • "And then I said 'mm-mm', and you looked at me as if I had"
  • Temperature: 0.7
  • Top-p: 0.9

Acknowledgments