MCILAB commited on
Commit
67577eb
·
verified ·
1 Parent(s): 808ac97

Update src/about.py

Browse files
Files changed (1) hide show
  1. 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 model in your research, please cite it as follows:
107
-
108
- @article{yourmodel2023,
109
- title={Your Model's Title},
110
- author={Your Name and Co-authors},
111
- journal={Journal or Conference Name},
112
- year={2023},
113
- url={https://huggingface.co/your-username/your-model}
114
  }
115
 
116
  Or in plain text:
117
- Your Name et al. "Your Model's Title" (2023). Journal or Conference Name.
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
  """