lewtun HF staff commited on
Commit
b0781a3
1 Parent(s): 79a5877

Tweak description

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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 Leaderboard")
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.)