djstrong commited on
Commit
11c52b6
1 Parent(s): cc79ab2

expand references

Browse files
Files changed (1) hide show
  1. src/about.py +2 -1
src/about.py CHANGED
@@ -142,7 +142,8 @@ We gratefully acknowledge Polish high-performance computing infrastructure PLGri
142
 
143
  # Which evaluations are you running? how can people reproduce what you have?
144
  LLM_BENCHMARKS_TEXT = f"""
145
- The benchmark is based on data from [amu-cai/PES-2018-2022](https://huggingface.co/datasets/amu-cai/PES-2018-2022).
 
146
 
147
  ## Do you want to add your model to the leaderboard?
148
 
 
142
 
143
  # Which evaluations are you running? how can people reproduce what you have?
144
  LLM_BENCHMARKS_TEXT = f"""
145
+ The benchmark uses datasets:
146
+ * [speakleash/PES-2018-2022](https://huggingface.co/datasets/speakleash/PES-2018-2022), which is based on [amu-cai/PES-2018-2022](https://huggingface.co/datasets/amu-cai/PES-2018-2022) ([J. Pokrywka, J. Kaczmarek, E. Gorzelańczyk, GPT-4 passes most of the 297 written Polish Board Certification Examinations, 2024](https://arxiv.org/abs/2405.01589)).
147
 
148
  ## Do you want to add your model to the leaderboard?
149