Spaces:
Runtime error
Runtime error
Moritz Stephan
commited on
Commit
·
7fe632c
1
Parent(s):
aeeb5cf
added example
Browse files
app.py
CHANGED
@@ -58,12 +58,9 @@ demo = gr.Interface(
|
|
58 |
You can select up to 3 feedbacks to apply to the model simultaneously.
|
59 |
|
60 |
### Single-Feedback Example
|
61 |
-
Selected Feedback: "Always use some kiss or heart emoji when texting my girlfriend Maddie"
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
Out-of-context prompt (feedback should not be applied): "Compose an email to my boss informing him that my work deliverable will be 2 days late."
|
66 |
-
|
67 |
|
68 |
### Warning
|
69 |
The model is not hosted on Huggingface but on a 3rd party service. If this HF space has not been used recently, the model container might need to spin up if it's not currently running. This might take up to a minute on the first request.
|
|
|
58 |
You can select up to 3 feedbacks to apply to the model simultaneously.
|
59 |
|
60 |
### Single-Feedback Example
|
61 |
+
- Selected Feedback: "Always use some kiss or heart emoji when texting my girlfriend Maddie"
|
62 |
+
- In-context prompt (feedback should be applied): "Compose a text to my girlfriend Maddie asking her if she wants to go to the movies tonight."
|
63 |
+
- Out-of-context prompt (feedback should not be applied): "Compose an email to my boss informing him that my work deliverable will be 2 days late."
|
|
|
|
|
|
|
64 |
|
65 |
### Warning
|
66 |
The model is not hosted on Huggingface but on a 3rd party service. If this HF space has not been used recently, the model container might need to spin up if it's not currently running. This might take up to a minute on the first request.
|