Closed Laplace888 closed 1 month ago
whats your error?
Traceback (most recent call last):
File "C:\Users\KT\miniconda3\envs\gpt_test\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\KT\miniconda3\envs\gpt_test\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
File "C:\Users\KT\miniconda3\envs\gpt_test\Scripts\lm_eval.exe__main.py", line 7, in
here are the solution: "NotImplementedError: Loglikelihood is not supported for chat completions. Consider using the completions API instead."
"Hello, I'm trying to evaluate the GPT-4o model using the MMLU dataset, but I'm encountering an error. Could you advise me on how to proceed?"
"This is the command I used:
lm_eval --model openai-chat-completions \ --model_args model=gpt-4o \ --tasks mmlu_anatomy \ --apply_chat_template \ --output_path ./result \ --log_samples \ --show_config \ --limit 10
Is there anything I should add or change?" Let me know if you need any more adjustments!