Skip to content

Commit 771c602

Browse files
author
Patrick Haller
committed
Fixing formatting for pre-commit hook
1 parent 33b69bf commit 771c602

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lm_eval/tasks/pisa/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ HuggingFace Dataset: https://huggingface.co/datasets/PisaBench/pisa-bench
1313
### Citation
1414

1515
```@misc{haller2025pisabenchpisaindexmultilingual,
16-
title={PISA-Bench: The PISA Index as a Multilingual and Multimodal Metric for the Evaluation of Vision-Language Models},
16+
title={PISA-Bench: The PISA Index as a Multilingual and Multimodal Metric for the Evaluation of Vision-Language Models},
1717
author={Patrick Haller and Fabio Barth and Jonas Golde and Georg Rehm and Alan Akbik},
1818
year={2025},
1919
eprint={2510.24792},
2020
archivePrefix={arXiv},
2121
primaryClass={cs.CV},
22-
url={https://arxiv.org/abs/2510.24792},
22+
url={https://arxiv.org/abs/2510.24792},
2323
}```
2424
2525
### Groups, Tags, and Tasks

lm_eval/tasks/pisa/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def check_is_number(string):
249249

250250

251251
def normalize_str(string):
252-
"""Normalize the str to lower case and make them float numbers if possible. """
252+
"""Normalize the str to lower case and make them float numbers if possible."""
253253
# check if characters in the string
254254

255255
# if number, numerize it.

0 commit comments

Comments
 (0)