lovodkin93 commited on
Commit
0db4205
1 Parent(s): bfeafb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -4,10 +4,10 @@ import pandas as pd
4
  # df = pd.read_table("visit_bench_leaderboard.tsv")
5
  df = pd.read_table('visitbench_leaderboard_Single~Image_Nov072023.tsv')
6
 
7
- headline = """# VisIT-Bench Leaderboard
8
 
9
- To submit your results to the leaderboard, you can run our auto-evaluation code, following the instructions [here](https://github.com/Hritikbansal/visit_bench_sandbox). Once you are happy with the results, you can send to [this mail](mailto:yonatanbitton1@gmail.com).
10
- 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. Please also attach your predictions: you can add a "predictions" column to [this csv](https://huggingface.co/datasets/mlfoundations/VisIT-Bench/raw/main/test/metadata.csv).
11
  """
12
  demo = gr.Blocks()
13
  with demo:
 
4
  # df = pd.read_table("visit_bench_leaderboard.tsv")
5
  df = pd.read_table('visitbench_leaderboard_Single~Image_Nov072023.tsv')
6
 
7
+ headline = """# FuseReviews Leaderboard
8
 
9
+ When submitting your results to the leaderboard, please make sure it is in a csv file with a single column "predictions". Make sure the predictions align to the testset order. Please send your predictions to [this mail](mailto:lovodkin93@gmail.com).
10
+ 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.
11
  """
12
  demo = gr.Blocks()
13
  with demo: