lovodkin93
commited on
Commit
•
fa80ee2
1
Parent(s):
b012910
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,8 @@ df = pd.read_csv('FuseReviews_leaderboard.csv')
|
|
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.
|
|
|
5 |
|
6 |
headline = """# FuseReviews Leaderboard
|
7 |
|
8 |
+
This is the Leaderboard for the [FuseReview benchmark](https://fusereviews.github.io/).
|
9 |
+
|
10 |
To submit your results to the leaderboard, Please send your predictions to [this mail](mailto:lovodkin93@gmail.com).
|
11 |
|
12 |
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.
|