Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
update citation
Browse files- src/display/about.py +15 -3
src/display/about.py
CHANGED
@@ -91,6 +91,18 @@ 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 |
-
|
95 |
-
|
96 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
cff-version: 1.2.0
|
97 |
+
title: PatronusAI leaderboard
|
98 |
+
message: >-
|
99 |
+
If you use this software, please cite it using the
|
100 |
+
metadata from this file.
|
101 |
+
type: software
|
102 |
+
authors:
|
103 |
+
- given-names: Selvan Sunitha
|
104 |
+
family-names: Ravi
|
105 |
+
email: sunitha@patronus.ai
|
106 |
+
affiliation: Patronus AI
|
107 |
+
version: 1.0.0
|
108 |
+
"""
|