Closed PhilipMay closed 2 months ago
This command seems to work:
lighteval accelerate \
--model_args "pretrained=TinyLlama/TinyLlama-1.1B-Chat-v1.0,trust_remote_code=True" \
--use_chat_template \
--tasks "community|arabic_mmlu:abstract_algebra|5|1" \
--custom_tasks "community_tasks/arabic_evals.py" \
--output_dir "./evals"
I added the missing .py and had to add ,trust_remote_code=True
.
So it is just a small issue in the example.
Thanks for the issue, should be fixed in #300 :)
Describe the bug
On the README page is an example to run community_tasks. It is:
When I execute this exact command (slightly modified with smaller LLM):
I get this error:
To Reproduce
see above, I have the same issues with "my" german_rag_evals.txt tests. Can you please check and provide a working example how to use community tasks. Something seems to be broken at the moment.
Expected behavior
the test should start
Version info
Linux, last lighteval commit e6b599a1448a8b06141cb4f678866ae15b0c5863 from Aug 21, 2024