Bram Vanroy
commited on
Commit
•
3ad3dea
1
Parent(s):
1242077
improve disclaimer
Browse files- content.py +3 -1
content.py
CHANGED
@@ -15,7 +15,9 @@ We test the models on the following benchmarks **for the Dutch version only!!**,
|
|
15 |
|
16 |
I do not maintain those datasets, I only run benchmarks and add the results to this space. For questions regarding the test sets or running them yourself, see [the original Github repository](https://github.com/laiviet/lm-evaluation-harness).
|
17 |
|
18 |
-
Disclaimer
|
|
|
|
|
19 |
"""
|
20 |
|
21 |
CREDIT = f"""
|
|
|
15 |
|
16 |
I do not maintain those datasets, I only run benchmarks and add the results to this space. For questions regarding the test sets or running them yourself, see [the original Github repository](https://github.com/laiviet/lm-evaluation-harness).
|
17 |
|
18 |
+
**Disclaimer**: I am aware that benchmarking models on *translated* data is not ideal. However, for Dutch there are no other options for generative models at the moment. Because the benchmarks were automatically translated, some translationese effects may occur: the translations may not be fluent Dutch or still contain artifacts of the source text (like word order, literal translation, certain vocabulary items). Because of that, an unfair advantage may be given to the non-Dutch models: Dutch is closely related to English, so if the benchmarks are in automatically translated Dutch that still has English properties, those English models may not have too many issues with that. If the benchmarks were to have been manually translated or, even better, created from scratch in Dutch, those non-Dutch models may have a harder time. Maybe not. We cannot know for sure until we have high-quality, manually crafted benchmarks for Dutch.
|
19 |
+
|
20 |
+
If you have any suggestions for other Dutch benchmarks, please let me know so I can add them!
|
21 |
"""
|
22 |
|
23 |
CREDIT = f"""
|