Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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-
|
| 17 |
|
| 18 |
The input is a sentence with scrambled word order, e.g.: *"are How ? you"*
|
| 19 |
|
| 20 |
-
GPT-
|
| 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 |
"""
|