Spaces:
Running
Running
Tweak description
Browse files
app.py
CHANGED
@@ -79,10 +79,8 @@ def format_submissions(submissions):
|
|
79 |
### APP ###
|
80 |
###########
|
81 |
st.set_page_config(layout="wide")
|
82 |
-
st.title("RAFT
|
83 |
st.markdown("""
|
84 |
-
RAFT: Real-world Annotated Few-shot Tasks
|
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? RAFT is a few-shot classification benchmark that tests language models:
|
87 |
|
88 |
- across multiple domains (lit review, tweets, customer interaction, etc.)
|
|
|
79 |
### APP ###
|
80 |
###########
|
81 |
st.set_page_config(layout="wide")
|
82 |
+
st.title("RAFT: Real-world Annotated Few-shot Tasks")
|
83 |
st.markdown("""
|
|
|
|
|
84 |
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? RAFT is a few-shot classification benchmark that tests language models:
|
85 |
|
86 |
- across multiple domains (lit review, tweets, customer interaction, etc.)
|