Spaces:
Runtime error
Runtime error
Add maintenance message
Browse files
app.py
CHANGED
|
@@ -83,6 +83,8 @@ st.set_page_config(layout="wide")
|
|
| 83 |
st.title("RAFT: Real-world Annotated Few-shot Tasks")
|
| 84 |
st.markdown(
|
| 85 |
"""
|
|
|
|
|
|
|
| 86 |
Large pre-trained language models have shown promise for few-shot learning, completing text-based tasks given only a few task-specific examples. Will models soon solve classification tasks that have so far been reserved for human research assistants?
|
| 87 |
|
| 88 |
[RAFT](https://raft.elicit.org) is a few-shot classification benchmark that tests language models:
|
|
|
|
| 83 |
st.title("RAFT: Real-world Annotated Few-shot Tasks")
|
| 84 |
st.markdown(
|
| 85 |
"""
|
| 86 |
+
⚠️ **The RAFT benchmark is currently undergoing maintenance and is not accepting submissions at the moment. We apologise for the inconvenience.**
|
| 87 |
+
|
| 88 |
Large pre-trained language models have shown promise for few-shot learning, completing text-based tasks given only a few task-specific examples. Will models soon solve classification tasks that have so far been reserved for human research assistants?
|
| 89 |
|
| 90 |
[RAFT](https://raft.elicit.org) is a few-shot classification benchmark that tests language models:
|