You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a chat transcript, the model should be able to summarize it or answer questions about it.
Example
Summary:
Summarize the following chat log:
<bob>: How is your day going?
<alice>: Great! I purchased a goose just now.
Summary:
Question-Answering:
Given the following chat log, answer the provided question:
<bob>: How is your day going?
<alice>: Great! I purchased a goose just now.
Question: What did <alice> purchase?
Answer:
🚀 The Task
Given a chat transcript, the model should be able to summarize it or answer questions about it.
Example
Summary:
Question-Answering:
Additional Notes
The text was updated successfully, but these errors were encountered: