pavlichenko commited on
Commit
690e2d7
1 Parent(s): 0873f7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -143,3 +143,13 @@ st.dataframe(
143
  )
144
  st.markdown(description)
145
  st.link_button('Evaluate my model', url='https://toloka.ai/talk-to-us/')
 
 
 
 
 
 
 
 
 
 
 
143
  )
144
  st.markdown(description)
145
  st.link_button('Evaluate my model', url='https://toloka.ai/talk-to-us/')
146
+ prompt_examples = """
147
+ ### Prompt Examples
148
+
149
+ | Prompt | Model | Output |
150
+ | ------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
151
+ | What does 'burning the midnight oil' mean? | GPT-4 | “Burning the midnight oil" is an idiomatic expression that means working late into the night. It originates from the past when people used oil lamps for light to work after the sun went down. So, if someone is "burning the midnight oil," they are up late working, often on a project or task that requires extra time. |
152
+ | WizardLM | "Burning the midnight oil" is an idiom that means working late into the night, often until midnight or later, to complete tasks or meet deadlines. It is often used to describe an intense period of focused, dedicated work, often to the point of exhaustion. The phrase suggests that the person is spending so much time and energy on their work that they are essentially "burning" through their hours of rest and sleep, much like a candle burns through its wax. |
153
+ """
154
+ st.markdown(prompt_examples)
155
+