01Yassine commited on
Commit
c4a0708
·
verified ·
1 Parent(s): ef07408

Update leaderboard.py

Browse files
Files changed (1) hide show
  1. leaderboard.py +2 -1
leaderboard.py CHANGED
@@ -17,7 +17,8 @@ def render_info_html():
17
 
18
  1. Use the IqraEval open testset “IqraEval/open_testset”
19
  2. Package your predictions in a CSV file with exactly two columns, **id** and **predicted_sequence**
20
- 3. Send your CSV along with your **team_name** to **challenge@iqraeval.org**
 
21
 
22
  Once we receive your file, your system will be automatically evaluated and placed on the public leaderboard. Check out the **Metrics** tab to see how scores are computed, and the **Leaderboard** tab for current rankings.
23
 
 
17
 
18
  1. Use the IqraEval open testset “IqraEval/open_testset”
19
  2. Package your predictions in a CSV file with exactly two columns, **id** and **predicted_sequence**
20
+ 3. Send your CSV along with your **team_name** to **iqraeval-submissions@googlegroups.com**
21
+ 4. Each team may submit up to 2 times per day. Only the best results from each team will be displayed on the leaderboard.
22
 
23
  Once we receive your file, your system will be automatically evaluated and placed on the public leaderboard. Check out the **Metrics** tab to see how scores are computed, and the **Leaderboard** tab for current rankings.
24