lovodkin93
commited on
Commit
•
b012910
1
Parent(s):
e8f197b
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,10 @@ df = pd.read_csv('FuseReviews_leaderboard.csv')
|
|
5 |
|
6 |
headline = """# FuseReviews Leaderboard
|
7 |
|
8 |
-
|
|
|
|
|
|
|
9 |
Please include in your email 1) a name for your model, 2) your team name (including your affiliation), and optionally, 3) a github repo or paper link.
|
10 |
"""
|
11 |
demo = gr.Blocks()
|
|
|
5 |
|
6 |
headline = """# FuseReviews Leaderboard
|
7 |
|
8 |
+
To submit your results to the leaderboard, Please send your predictions to [this mail](mailto:lovodkin93@gmail.com).
|
9 |
+
|
10 |
+
Please make sure you send your results is in a csv file with a single column "predictions", and that the predictions align to the testset order.
|
11 |
+
|
12 |
Please include in your email 1) a name for your model, 2) your team name (including your affiliation), and optionally, 3) a github repo or paper link.
|
13 |
"""
|
14 |
demo = gr.Blocks()
|