sunitha98 commited on
Commit
1de7038
1 Parent(s): c4e3e53

update about

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. src/display/about.py +4 -4
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Demo Leaderboard
3
  emoji: 🥇
4
  colorFrom: green
5
  colorTo: indigo
 
1
  ---
2
+ title: PatronusAI Leaderboard
3
  emoji: 🥇
4
  colorFrom: green
5
  colorTo: indigo
src/display/about.py CHANGED
@@ -88,9 +88,9 @@ When we add extra information about models to the leaderboard, it will be automa
88
  ## In case of model failure
89
  If your model is displayed in the `FAILED` category, its execution stopped.
90
  Make sure you have followed the above steps first.
91
- If everything is done, check you can launch the EleutherAIHarness on your model locally, using the above command without modifications (you can add `--limit` to limit the number of examples per task).
92
  """
93
 
94
- CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
95
- CITATION_BUTTON_TEXT = r"""
96
- """
 
88
  ## In case of model failure
89
  If your model is displayed in the `FAILED` category, its execution stopped.
90
  Make sure you have followed the above steps first.
91
+ If everything is done, open a new discussion in the community section of the leaderboard and we will look into it.
92
  """
93
 
94
+ # CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
95
+ # CITATION_BUTTON_TEXT = r"""
96
+ # """