anselp commited on
Commit
b907c28
·
verified ·
1 Parent(s): b11e6cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -158,7 +158,11 @@ with gr.Blocks() as leaderboard:
158
  These are the leaderboards for DIPROMATS 2024 Task 2 described in <a href=https://nlp.uned.es/dipromats2024>nlp.uned.es/dipromats2024</a>.
159
  The Gold Standard is not publicly available so LLMs cannot be contamined with them. However, the datasets are available at https://nlp.uned.es/hamison-project/results.html
160
  You can submit your results here and get your system automatically evaluated. Then you will have the choice to submit your results to the leaderboard.
 
 
 
161
 
 
162
  """)
163
  with gr.Tabs() as tabs:
164
 
 
158
  These are the leaderboards for DIPROMATS 2024 Task 2 described in <a href=https://nlp.uned.es/dipromats2024>nlp.uned.es/dipromats2024</a>.
159
  The Gold Standard is not publicly available so LLMs cannot be contamined with them. However, the datasets are available at https://nlp.uned.es/hamison-project/results.html
160
  You can submit your results here and get your system automatically evaluated. Then you will have the choice to submit your results to the leaderboard.
161
+ The HuggingFace datasets of results displayed here are:
162
+ - https://huggingface.co/datasets/NLP-UNED/dipromats2024-t2_leaderboard-results/viewer/default/results_en
163
+ - https://huggingface.co/datasets/NLP-UNED/dipromats2024-t2_leaderboard-results/viewer/default/results_es
164
 
165
+
166
  """)
167
  with gr.Tabs() as tabs:
168