hSterz commited on
Commit
5551ffb
·
verified ·
1 Parent(s): 53a928d

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +3 -4
src/about.py CHANGED
@@ -57,15 +57,14 @@ TITLE = """<h1 align="center" id="space-title">DARE leaderboard</h1>"""
57
 
58
  # What does your leaderboard evaluate?
59
  INTRODUCTION_TEXT = """
60
- Intro text
61
  """
62
 
63
  # Which evaluations are you running? how can people reproduce what you have?
64
  LLM_BENCHMARKS_TEXT = f"""
65
- ## How it works
66
 
67
- ## Reproducibility
68
- To reproduce our results, here is the commands you can run:
69
 
70
  """
71
 
 
57
 
58
  # What does your leaderboard evaluate?
59
  INTRODUCTION_TEXT = """
 
60
  """
61
 
62
  # Which evaluations are you running? how can people reproduce what you have?
63
  LLM_BENCHMARKS_TEXT = f"""
64
+ ## DARE
65
 
66
+ The DARE dataset targets a variety of skills and evaluation settings, for details see our [paper](https://arxiv.org/pdf/2409.18023).
67
+ Submit your predictions to evaluate your model.
68
 
69
  """
70