open-compass / opencompass

OpenCompass is an LLM evaluation platform, supporting a wide range of models (Llama3, Mistral, InternLM2,GPT-4,LLaMa2, Qwen,GLM, Claude, etc) over 100+ datasets.
https://opencompass.org.cn/
Apache License 2.0
4.21k stars 449 forks source link

[Feature] Support printing and saving results as markdown format table #1638

Closed BIGWangYuDong closed 1 month ago

BIGWangYuDong commented 1 month ago

Support printing and saving results in Markdown table format, making it easier to view table directly in VSCode or other IDEs. Without BC-Breaking, results will be printed and saved as a Markdown table.

running log as follows: image

tonysy commented 1 month ago

Thanks for the great PR