rishiraj commited on
Commit
7a3e78d
·
verified ·
1 Parent(s): c4954ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,8 +9,8 @@ from transformers import AutoModelForCausalLM, GemmaTokenizerFast, TextIteratorS
9
 
10
  DESCRIPTION = """\
11
  # Prompt Generator with Gemma 2 9B IT
12
- ## Uses OpenAI's leaked meta prompt for optimizing GPT prompts!
13
- ### The Prompt Generator can turn a task description into a high quality prompt. For best results, be sure to describe your task in as much detail as possible, including what input data the prompt should expect as well as how the output should be formatted.
14
  """
15
 
16
  MAX_MAX_NEW_TOKENS = 2048
 
9
 
10
  DESCRIPTION = """\
11
  # Prompt Generator with Gemma 2 9B IT
12
+ ### Uses OpenAI's leaked meta prompt for optimizing GPT prompts!
13
+ ## The Prompt Generator can turn a task description into a high quality prompt. For best results, be sure to describe your task in as much detail as possible, including what input data the prompt should expect as well as how the output should be formatted.
14
  """
15
 
16
  MAX_MAX_NEW_TOKENS = 2048