Spaces:
Running
Running
alielfilali01
commited on
Commit
•
dbbe798
1
Parent(s):
93719af
Update app.py
Browse files
app.py
CHANGED
@@ -39,14 +39,21 @@ avigate to the submission section below to submit your open chat model from the
|
|
39 |
For any inquiries or assistance, please reach out through the community tab at [Inception AraGen Community](https://huggingface.co/spaces/inceptionai/AraGen-Leaderboard/discussions) or via [email](mailto:ali.filali@inceptionai.ai).
|
40 |
"""
|
41 |
|
42 |
-
|
43 |
-
|
44 |
"""
|
45 |
|
46 |
-
|
47 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
"""
|
49 |
|
|
|
50 |
def load_results():
|
51 |
# Get the current directory of the script and construct the path to results.json
|
52 |
current_dir = os.path.dirname(os.path.abspath(__file__))
|
|
|
39 |
For any inquiries or assistance, please reach out through the community tab at [Inception AraGen Community](https://huggingface.co/spaces/inceptionai/AraGen-Leaderboard/discussions) or via [email](mailto:ali.filali@inceptionai.ai).
|
40 |
"""
|
41 |
|
42 |
+
CITATION_BUTTON_LABEL = """
|
43 |
+
Copy the following snippet to cite these results
|
44 |
"""
|
45 |
|
46 |
+
CITATION_BUTTON_TEXT = """
|
47 |
+
@misc{AraGen,
|
48 |
+
author = {El Filali, Ali and Sengupta, Neha and Abouelseoud, Arwa and Nakov, Preslav and Fourrier, Clémentine},
|
49 |
+
title = {Rethinking LLM Evaluation with 3C3H: AraGen Benchmark and Leaderboard},
|
50 |
+
year = {2024},
|
51 |
+
publisher = {Inception},
|
52 |
+
howpublished = "\url{https://huggingface.co/spaces/inceptionai/AraGen-Leaderboard}"
|
53 |
+
}
|
54 |
"""
|
55 |
|
56 |
+
|
57 |
def load_results():
|
58 |
# Get the current directory of the script and construct the path to results.json
|
59 |
current_dir = os.path.dirname(os.path.abspath(__file__))
|