Spaces:
Running
Running
Andrea Seveso
commited on
Commit
·
19ac9a9
1
Parent(s):
24a1861
Fix about
Browse files- src/about.py +2 -3
src/about.py
CHANGED
@@ -22,7 +22,7 @@ NUM_FEWSHOT = 0 # Change with your few shot
|
|
22 |
|
23 |
|
24 |
# Your leaderboard name
|
25 |
-
TITLE = """<h1 align="center" id="space-title">
|
26 |
|
27 |
# What does your leaderboard evaluate?
|
28 |
INTRODUCTION_TEXT = """
|
@@ -135,8 +135,7 @@ If everything is done, check you can launch the EleutherAIHarness on your model
|
|
135 |
"""
|
136 |
|
137 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
138 |
-
CITATION_BUTTON_TEXT = r"""
|
139 |
-
@inproceedings{seveso2025italic,
|
140 |
title={ITALIC: An Italian Culture-Aware Natural Language Benchmark},
|
141 |
author={Seveso, Andrea and Potert{\`\i}, Daniele and Federici, Edoardo and Mezzanzanica, Mario and Mercorio, Fabio},
|
142 |
booktitle={Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers)},
|
|
|
22 |
|
23 |
|
24 |
# Your leaderboard name
|
25 |
+
TITLE = """<h1 align="center" id="space-title">ITALIC leaderboard</h1>"""
|
26 |
|
27 |
# What does your leaderboard evaluate?
|
28 |
INTRODUCTION_TEXT = """
|
|
|
135 |
"""
|
136 |
|
137 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
138 |
+
CITATION_BUTTON_TEXT = r"""@inproceedings{seveso2025italic,
|
|
|
139 |
title={ITALIC: An Italian Culture-Aware Natural Language Benchmark},
|
140 |
author={Seveso, Andrea and Potert{\`\i}, Daniele and Federici, Edoardo and Mezzanzanica, Mario and Mercorio, Fabio},
|
141 |
booktitle={Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers)},
|