jvamvas commited on
Commit
3623265
·
verified ·
1 Parent(s): 1d42f1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,11 +13,11 @@ with gr.Blocks(title=f"Prompting Challenge ({get_split()}") as demo:
13
  # Prompting Challenge
14
  ### ({get_split()})
15
  """ + """
16
- The goal of this challenge is to prompt GPT-4 to "unscramble" a sentence.
17
 
18
  The input is a sentence with scrambled word order, e.g.: *"are How ? you"*
19
 
20
- GPT-4 should identify the original sentence, e.g.: *"How are you?"*
21
 
22
  Enter your prompt template here. Use `{% shuffled_sentence %}` at the place where you want the shuffled sentence to be inserted.
23
  """
 
13
  # Prompting Challenge
14
  ### ({get_split()})
15
  """ + """
16
+ The goal of this challenge is to prompt GPT-4o-mini to "unscramble" a sentence.
17
 
18
  The input is a sentence with scrambled word order, e.g.: *"are How ? you"*
19
 
20
+ GPT-4o-mini should identify the original sentence, e.g.: *"How are you?"*
21
 
22
  Enter your prompt template here. Use `{% shuffled_sentence %}` at the place where you want the shuffled sentence to be inserted.
23
  """