Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def main():
|
|
24 |
st.subheader("How Do I Prompt?")
|
25 |
st.markdown(
|
26 |
"""
|
27 |
-
Instead of generating a new story from scratch, you can "prompt" the model by writing the first few
|
28 |
|
29 |
The model can struggle with some prompts, especially those outside of its limited domain. If a response isn't satisfactory, try repeating the generation, or make the following modifications:
|
30 |
"""
|
@@ -34,7 +34,7 @@ def main():
|
|
34 |
- **Use simple vocabulary and syntax** - words, structures, and themes you'd see in a children's story.
|
35 |
- Use common first names only - the model can struggle with longer or uncommon names.
|
36 |
|
37 |
-
`SAMPLE PROMPT: Once upon a time, there was a little girl named Lily. She
|
38 |
"""
|
39 |
)
|
40 |
|
|
|
24 |
st.subheader("How Do I Prompt?")
|
25 |
st.markdown(
|
26 |
"""
|
27 |
+
Instead of generating a new story from scratch, you can "prompt" the model by writing the first few sentences of a story, and let it finish from there. It can even jump in mid-sentence!
|
28 |
|
29 |
The model can struggle with some prompts, especially those outside of its limited domain. If a response isn't satisfactory, try repeating the generation, or make the following modifications:
|
30 |
"""
|
|
|
34 |
- **Use simple vocabulary and syntax** - words, structures, and themes you'd see in a children's story.
|
35 |
- Use common first names only - the model can struggle with longer or uncommon names.
|
36 |
|
37 |
+
`SAMPLE PROMPT: Once upon a time, there was a little girl named Lily. She loved to play at the park with her friend Timmy. One day, Lily and Timmy`
|
38 |
"""
|
39 |
)
|
40 |
|