Update src/about.py
Browse files- src/about.py +8 -9
src/about.py
CHANGED
@@ -103,16 +103,15 @@ If everything is done, check you can launch the EleutherAIHarness on your model
|
|
103 |
|
104 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
105 |
CITATION_BUTTON_TEXT = """
|
106 |
-
If you use this
|
107 |
-
|
108 |
-
@article{
|
109 |
-
title={
|
110 |
-
author={
|
111 |
-
|
112 |
-
|
113 |
-
url={https://huggingface.co/your-username/your-model}
|
114 |
}
|
115 |
|
116 |
Or in plain text:
|
117 |
-
|
118 |
"""
|
|
|
103 |
|
104 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
105 |
CITATION_BUTTON_TEXT = """
|
106 |
+
If you use this benchmark in your research, please cite it as follows:
|
107 |
+
|
108 |
+
@article{ELAB,
|
109 |
+
title={Extensive LLM Alignment Benchmark in Persian Language},
|
110 |
+
author={Zahra Pourbahman, Fatemeh Rajabi, et al},
|
111 |
+
year={2025},
|
112 |
+
url={https://arxiv.org/pdf/2504.12553}
|
|
|
113 |
}
|
114 |
|
115 |
Or in plain text:
|
116 |
+
Zahra Pourbahman, Fatemeh Rajabi, et al. "ELAB" (2025).
|
117 |
"""
|