evalscope 0.5.0rc0__tar.gz → 0.5.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of evalscope might be problematic. Click here for more details.

Files changed (175) hide show
  1. evalscope-0.5.3/PKG-INFO +408 -0
  2. evalscope-0.5.3/README.md +294 -0
  3. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/backend/opencompass/backend_manager.py +1 -3
  4. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/backend/opencompass/tasks/eval_api.py +1 -0
  5. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/backend/opencompass/tasks/eval_datasets.py +1 -0
  6. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/backend/vlm_eval_kit/backend_manager.py +14 -11
  7. evalscope-0.5.3/evalscope/backend/vlm_eval_kit/custom_dataset.py +47 -0
  8. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/config.py +1 -0
  9. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/models/model_adapter.py +6 -0
  10. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/run_arena.py +5 -3
  11. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/summarizer.py +10 -4
  12. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/utils/task_utils.py +1 -1
  13. evalscope-0.5.3/evalscope/version.py +4 -0
  14. evalscope-0.5.3/evalscope.egg-info/PKG-INFO +408 -0
  15. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope.egg-info/SOURCES.txt +1 -0
  16. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope.egg-info/entry_points.txt +0 -1
  17. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope.egg-info/requires.txt +4 -5
  18. evalscope-0.5.0rc0/PKG-INFO +0 -475
  19. evalscope-0.5.0rc0/README.md +0 -449
  20. evalscope-0.5.0rc0/evalscope/version.py +0 -4
  21. evalscope-0.5.0rc0/evalscope.egg-info/PKG-INFO +0 -475
  22. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/__init__.py +0 -0
  23. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/backend/__init__.py +0 -0
  24. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/backend/base.py +0 -0
  25. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/backend/opencompass/__init__.py +0 -0
  26. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/backend/opencompass/api_meta_template.py +0 -0
  27. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/backend/opencompass/tasks/__init__.py +0 -0
  28. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/backend/vlm_eval_kit/__init__.py +0 -0
  29. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/__init__.py +0 -0
  30. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/arc/__init__.py +0 -0
  31. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/arc/ai2_arc.py +0 -0
  32. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/arc/arc_adapter.py +0 -0
  33. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/__init__.py +0 -0
  34. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/bbh_adapter.py +0 -0
  35. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/cot_prompts/boolean_expressions.txt +0 -0
  36. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/cot_prompts/causal_judgement.txt +0 -0
  37. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/cot_prompts/date_understanding.txt +0 -0
  38. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/cot_prompts/disambiguation_qa.txt +0 -0
  39. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/cot_prompts/dyck_languages.txt +0 -0
  40. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/cot_prompts/formal_fallacies.txt +0 -0
  41. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/cot_prompts/geometric_shapes.txt +0 -0
  42. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/cot_prompts/hyperbaton.txt +0 -0
  43. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/cot_prompts/logical_deduction_five_objects.txt +0 -0
  44. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/cot_prompts/logical_deduction_seven_objects.txt +0 -0
  45. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/cot_prompts/logical_deduction_three_objects.txt +0 -0
  46. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/cot_prompts/movie_recommendation.txt +0 -0
  47. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/cot_prompts/multistep_arithmetic_two.txt +0 -0
  48. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/cot_prompts/navigate.txt +0 -0
  49. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/cot_prompts/object_counting.txt +0 -0
  50. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/cot_prompts/penguins_in_a_table.txt +0 -0
  51. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/cot_prompts/reasoning_about_colored_objects.txt +0 -0
  52. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/cot_prompts/ruin_names.txt +0 -0
  53. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/cot_prompts/salient_translation_error_detection.txt +0 -0
  54. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/cot_prompts/snarks.txt +0 -0
  55. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/cot_prompts/sports_understanding.txt +0 -0
  56. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/cot_prompts/temporal_sequences.txt +0 -0
  57. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/cot_prompts/tracking_shuffled_objects_five_objects.txt +0 -0
  58. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/cot_prompts/tracking_shuffled_objects_seven_objects.txt +0 -0
  59. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/cot_prompts/tracking_shuffled_objects_three_objects.txt +0 -0
  60. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/cot_prompts/web_of_lies.txt +0 -0
  61. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/bbh/cot_prompts/word_sorting.txt +0 -0
  62. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/benchmark.py +0 -0
  63. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/ceval/__init__.py +0 -0
  64. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/ceval/ceval_adapter.py +0 -0
  65. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/ceval/ceval_exam.py +0 -0
  66. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/cmmlu/__init__.py +0 -0
  67. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/cmmlu/cmmlu.py +0 -0
  68. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/cmmlu/cmmlu_adapter.py +0 -0
  69. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/competition_math/__init__.py +0 -0
  70. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/competition_math/competition_math.py +0 -0
  71. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/competition_math/competition_math_adapter.py +0 -0
  72. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/data_adapter.py +0 -0
  73. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/general_qa/__init__.py +0 -0
  74. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/general_qa/general_qa_adapter.py +0 -0
  75. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/gsm8k/__init__.py +0 -0
  76. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/gsm8k/gsm8k.py +0 -0
  77. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/gsm8k/gsm8k_adapter.py +0 -0
  78. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/hellaswag/__init__.py +0 -0
  79. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/hellaswag/hellaswag.py +0 -0
  80. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/hellaswag/hellaswag_adapter.py +0 -0
  81. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/humaneval/__init__.py +0 -0
  82. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/humaneval/humaneval.py +0 -0
  83. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/humaneval/humaneval_adapter.py +0 -0
  84. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/mmlu/__init__.py +0 -0
  85. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/mmlu/mmlu.py +0 -0
  86. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/mmlu/mmlu_adapter.py +0 -0
  87. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/race/__init__.py +0 -0
  88. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/race/race.py +0 -0
  89. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/race/race_adapter.py +0 -0
  90. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/trivia_qa/__init__.py +0 -0
  91. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/trivia_qa/trivia_qa.py +0 -0
  92. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/trivia_qa/trivia_qa_adapter.py +0 -0
  93. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/truthful_qa/__init__.py +0 -0
  94. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/truthful_qa/truthful_qa.py +0 -0
  95. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/benchmarks/truthful_qa/truthful_qa_adapter.py +0 -0
  96. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/cache.py +0 -0
  97. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/cli/__init__.py +0 -0
  98. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/cli/base.py +0 -0
  99. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/cli/cli.py +0 -0
  100. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/cli/start_perf.py +0 -0
  101. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/cli/start_server.py +0 -0
  102. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/constants.py +0 -0
  103. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/evaluator/__init__.py +0 -0
  104. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/evaluator/evaluator.py +0 -0
  105. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/evaluator/rating_eval.py +0 -0
  106. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/evaluator/reviewer/__init__.py +0 -0
  107. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/evaluator/reviewer/auto_reviewer.py +0 -0
  108. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/metrics/__init__.py +0 -0
  109. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/metrics/bundled_rouge_score/__init__.py +0 -0
  110. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/metrics/bundled_rouge_score/rouge_scorer.py +0 -0
  111. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/metrics/code_metric.py +0 -0
  112. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/metrics/math_accuracy.py +0 -0
  113. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/metrics/metrics.py +0 -0
  114. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/metrics/rouge_metric.py +0 -0
  115. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/models/__init__.py +0 -0
  116. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/models/custom/__init__.py +0 -0
  117. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/models/custom/custom_model.py +0 -0
  118. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/models/dummy_chat_model.py +0 -0
  119. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/models/model.py +0 -0
  120. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/models/openai_model.py +0 -0
  121. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/models/template.py +0 -0
  122. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/perf/__init__.py +0 -0
  123. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/perf/_logging.py +0 -0
  124. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/perf/api_plugin_base.py +0 -0
  125. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/perf/custom_api.py +0 -0
  126. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/perf/dashscope_api.py +0 -0
  127. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/perf/dataset_plugin_base.py +0 -0
  128. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/perf/datasets/__init__.py +0 -0
  129. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/perf/datasets/line_by_line.py +0 -0
  130. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/perf/datasets/longalpaca_12k.py +0 -0
  131. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/perf/datasets/openqa.py +0 -0
  132. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/perf/how_to_analysis_result.py +0 -0
  133. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/perf/http_client.py +0 -0
  134. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/perf/openai_api.py +0 -0
  135. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/perf/plugin_registry.py +0 -0
  136. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/perf/query_parameters.py +0 -0
  137. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/perf/server_sent_event.py +0 -0
  138. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/preprocess/__init__.py +0 -0
  139. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/preprocess/tokenizers/__init__.py +0 -0
  140. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/preprocess/tokenizers/gpt2_tokenizer.py +0 -0
  141. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/registry/__init__.py +0 -0
  142. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/registry/tasks/arc.yaml +0 -0
  143. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/registry/tasks/bbh.yaml +0 -0
  144. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/registry/tasks/bbh_mini.yaml +0 -0
  145. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/registry/tasks/ceval.yaml +0 -0
  146. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/registry/tasks/ceval_mini.yaml +0 -0
  147. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/registry/tasks/cmmlu.yaml +0 -0
  148. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/registry/tasks/eval_qwen-7b-chat_v100.yaml +0 -0
  149. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/registry/tasks/general_qa.yaml +0 -0
  150. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/registry/tasks/gsm8k.yaml +0 -0
  151. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/registry/tasks/mmlu.yaml +0 -0
  152. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/registry/tasks/mmlu_mini.yaml +0 -0
  153. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/run.py +0 -0
  154. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/run_ms.py +0 -0
  155. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/third_party/__init__.py +0 -0
  156. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/third_party/toolbench_static/__init__.py +0 -0
  157. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/third_party/toolbench_static/eval.py +0 -0
  158. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/third_party/toolbench_static/infer.py +0 -0
  159. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/third_party/toolbench_static/llm/__init__.py +0 -0
  160. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/third_party/toolbench_static/llm/swift_infer.py +0 -0
  161. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/third_party/toolbench_static/toolbench_static.py +0 -0
  162. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/tools/__init__.py +0 -0
  163. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/tools/combine_reports.py +0 -0
  164. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/tools/gen_mmlu_subject_mapping.py +0 -0
  165. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/tools/rewrite_eval_results.py +0 -0
  166. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/utils/__init__.py +0 -0
  167. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/utils/arena_utils.py +0 -0
  168. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/utils/completion_parsers.py +0 -0
  169. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/utils/logger.py +0 -0
  170. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/utils/task_cfg_parser.py +0 -0
  171. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope/utils/utils.py +0 -0
  172. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope.egg-info/dependency_links.txt +0 -0
  173. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope.egg-info/not-zip-safe +0 -0
  174. {evalscope-0.5.0rc0 → evalscope-0.5.3}/evalscope.egg-info/top_level.txt +0 -0
  175. {evalscope-0.5.0rc0 → evalscope-0.5.3}/setup.cfg +0 -0
@@ -0,0 +1,408 @@
1
+ Metadata-Version: 2.1
2
+ Name: evalscope
3
+ Version: 0.5.3
4
+ Summary: EvalScope: Lightweight LLMs Evaluation Framework
5
+ Home-page: https://github.com/modelscope/evalscope
6
+ Author: ModelScope team
7
+ Author-email: contact@modelscope.cn
8
+ Keywords: python,llm,evaluation
9
+ Classifier: Development Status :: 4 - Beta
10
+ Classifier: License :: OSI Approved :: Apache Software License
11
+ Classifier: Operating System :: OS Independent
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Programming Language :: Python :: 3.8
14
+ Classifier: Programming Language :: Python :: 3.9
15
+ Classifier: Programming Language :: Python :: 3.10
16
+ Requires-Python: >=3.8
17
+ Description-Content-Type: text/markdown
18
+ Requires-Dist: torch
19
+ Requires-Dist: absl-py
20
+ Requires-Dist: accelerate
21
+ Requires-Dist: cachetools
22
+ Requires-Dist: editdistance
23
+ Requires-Dist: jsonlines
24
+ Requires-Dist: matplotlib
25
+ Requires-Dist: modelscope[framework]
26
+ Requires-Dist: nltk
27
+ Requires-Dist: openai
28
+ Requires-Dist: pandas
29
+ Requires-Dist: plotly
30
+ Requires-Dist: pyarrow
31
+ Requires-Dist: pympler
32
+ Requires-Dist: pyyaml
33
+ Requires-Dist: regex
34
+ Requires-Dist: requests
35
+ Requires-Dist: requests-toolbelt
36
+ Requires-Dist: rouge-score
37
+ Requires-Dist: sacrebleu
38
+ Requires-Dist: scikit-learn
39
+ Requires-Dist: seaborn
40
+ Requires-Dist: sentencepiece
41
+ Requires-Dist: simple-ddl-parser
42
+ Requires-Dist: tabulate
43
+ Requires-Dist: tiktoken
44
+ Requires-Dist: tqdm
45
+ Requires-Dist: transformers<4.43,>=4.33
46
+ Requires-Dist: transformers_stream_generator
47
+ Requires-Dist: jieba
48
+ Requires-Dist: rouge-chinese
49
+ Provides-Extra: opencompass
50
+ Requires-Dist: ms-opencompass>=0.1.0; extra == "opencompass"
51
+ Provides-Extra: vlmeval
52
+ Requires-Dist: ms-vlmeval>=0.0.5; extra == "vlmeval"
53
+ Provides-Extra: inner
54
+ Requires-Dist: absl-py; extra == "inner"
55
+ Requires-Dist: accelerate; extra == "inner"
56
+ Requires-Dist: alibaba_itag_sdk; extra == "inner"
57
+ Requires-Dist: dashscope; extra == "inner"
58
+ Requires-Dist: editdistance; extra == "inner"
59
+ Requires-Dist: jsonlines; extra == "inner"
60
+ Requires-Dist: jsonlines; extra == "inner"
61
+ Requires-Dist: nltk; extra == "inner"
62
+ Requires-Dist: openai; extra == "inner"
63
+ Requires-Dist: pandas==1.5.3; extra == "inner"
64
+ Requires-Dist: plotly; extra == "inner"
65
+ Requires-Dist: pyarrow; extra == "inner"
66
+ Requires-Dist: pyodps; extra == "inner"
67
+ Requires-Dist: pyyaml; extra == "inner"
68
+ Requires-Dist: regex; extra == "inner"
69
+ Requires-Dist: requests==2.28.1; extra == "inner"
70
+ Requires-Dist: requests-toolbelt==0.10.1; extra == "inner"
71
+ Requires-Dist: rouge-score; extra == "inner"
72
+ Requires-Dist: sacrebleu; extra == "inner"
73
+ Requires-Dist: scikit-learn; extra == "inner"
74
+ Requires-Dist: seaborn; extra == "inner"
75
+ Requires-Dist: simple-ddl-parser; extra == "inner"
76
+ Requires-Dist: streamlit; extra == "inner"
77
+ Requires-Dist: tqdm; extra == "inner"
78
+ Requires-Dist: transformers<4.43,>=4.33; extra == "inner"
79
+ Requires-Dist: transformers_stream_generator; extra == "inner"
80
+ Provides-Extra: all
81
+ Requires-Dist: torch; extra == "all"
82
+ Requires-Dist: absl-py; extra == "all"
83
+ Requires-Dist: accelerate; extra == "all"
84
+ Requires-Dist: cachetools; extra == "all"
85
+ Requires-Dist: editdistance; extra == "all"
86
+ Requires-Dist: jsonlines; extra == "all"
87
+ Requires-Dist: matplotlib; extra == "all"
88
+ Requires-Dist: modelscope[framework]; extra == "all"
89
+ Requires-Dist: nltk; extra == "all"
90
+ Requires-Dist: openai; extra == "all"
91
+ Requires-Dist: pandas; extra == "all"
92
+ Requires-Dist: plotly; extra == "all"
93
+ Requires-Dist: pyarrow; extra == "all"
94
+ Requires-Dist: pympler; extra == "all"
95
+ Requires-Dist: pyyaml; extra == "all"
96
+ Requires-Dist: regex; extra == "all"
97
+ Requires-Dist: requests; extra == "all"
98
+ Requires-Dist: requests-toolbelt; extra == "all"
99
+ Requires-Dist: rouge-score; extra == "all"
100
+ Requires-Dist: sacrebleu; extra == "all"
101
+ Requires-Dist: scikit-learn; extra == "all"
102
+ Requires-Dist: seaborn; extra == "all"
103
+ Requires-Dist: sentencepiece; extra == "all"
104
+ Requires-Dist: simple-ddl-parser; extra == "all"
105
+ Requires-Dist: tabulate; extra == "all"
106
+ Requires-Dist: tiktoken; extra == "all"
107
+ Requires-Dist: tqdm; extra == "all"
108
+ Requires-Dist: transformers<4.43,>=4.33; extra == "all"
109
+ Requires-Dist: transformers_stream_generator; extra == "all"
110
+ Requires-Dist: jieba; extra == "all"
111
+ Requires-Dist: rouge-chinese; extra == "all"
112
+ Requires-Dist: ms-opencompass>=0.1.0; extra == "all"
113
+ Requires-Dist: ms-vlmeval>=0.0.5; extra == "all"
114
+
115
+ English | [简体中文](README_zh.md)
116
+
117
+
118
+ ![](docs/en/_static/images/evalscope_logo.png)
119
+
120
+ <p align="center">
121
+ <a href="https://badge.fury.io/py/evalscope"><img src="https://badge.fury.io/py/evalscope.svg" alt="PyPI version" height="18"></a>
122
+ <a href="https://pypi.org/project/evalscope"><img alt="PyPI - Downloads" src="https://static.pepy.tech/badge/evalscope">
123
+ </a>
124
+ <a href='https://evalscope.readthedocs.io/en/latest/?badge=latest'>
125
+ <img src='https://readthedocs.org/projects/evalscope-en/badge/?version=latest' alt='Documentation Status' />
126
+ </a>
127
+ <br>
128
+ <a href="https://evalscope.readthedocs.io/en/latest/"><span style="font-size: 16px;">📖 Documents</span></a> &nbsp | &nbsp<a href="https://evalscope.readthedocs.io/zh-cn/latest/"><span style="font-size: 16px;"> 📖 中文文档</span></a>
129
+ <p>
130
+
131
+
132
+ ## 📋 Table of Contents
133
+ - [Introduction](#introduction)
134
+ - [News](#News)
135
+ - [Installation](#installation)
136
+ - [Quick Start](#quick-start)
137
+ - [Evaluation Backend](#evaluation-backend)
138
+ - [Custom Dataset Evaluation](#custom-dataset-evaluation)
139
+ - [Offline Evaluation](#offline-evaluation)
140
+ - [Arena Mode](#arena-mode)
141
+ - [Model Serving Performance Evaluation](#Model-Serving-Performance-Evaluation)
142
+ - [Leaderboard](#leaderboard)
143
+
144
+ ## 📝 Introduction
145
+
146
+ Large Model (including Large Language Models, Multi-modal Large Language Models) evaluation has become a critical process for assessing and improving LLMs. To better support the evaluation of large models, we propose the EvalScope framework.
147
+
148
+ ### Framework Features
149
+ - **Benchmark Datasets**: Preloaded with several commonly used test benchmarks, including MMLU, CMMLU, C-Eval, GSM8K, ARC, HellaSwag, TruthfulQA, MATH, HumanEval, etc.
150
+ - **Evaluation Metrics**: Implements various commonly used evaluation metrics.
151
+ - **Model Access**: A unified model access mechanism that is compatible with the Generate and Chat interfaces of multiple model families.
152
+ - **Automated Evaluation**: Includes automatic evaluation of objective questions and complex task evaluation using expert models.
153
+ - **Evaluation Reports**: Automatically generates evaluation reports.
154
+ - **Arena Mode**: Used for comparisons between models and objective evaluation of models, supporting various evaluation modes, including:
155
+ - **Single mode**: Scoring a single model.
156
+ - **Pairwise-baseline mode**: Comparing against a baseline model.
157
+ - **Pairwise (all) mode**: Pairwise comparison among all models.
158
+ - **Visualization Tools**: Provides intuitive displays of evaluation results.
159
+ - **Model Performance Evaluation**: Offers a performance testing tool for model inference services and detailed statistics, see [Model Performance Evaluation Documentation](https://evalscope.readthedocs.io/en/latest/user_guides/stress_test.html).
160
+ - **OpenCompass Integration**: Supports OpenCompass as the evaluation backend, providing advanced encapsulation and task simplification, allowing for easier task submission for evaluation.
161
+ - **VLMEvalKit Integration**: Supports VLMEvalKit as the evaluation backend, facilitating the initiation of multi-modal evaluation tasks, supporting various multi-modal models and datasets.
162
+ - **Full-Link Support**: Through seamless integration with the [ms-swift](https://github.com/modelscope/ms-swift) training framework, provides a one-stop development process for model training, model deployment, model evaluation, and report viewing, enhancing user development efficiency.
163
+
164
+ ### Overall Architecture
165
+ <p align="center">
166
+ <img src="docs/en/_static/images/evalscope_framework.png" width="70%">
167
+ <br>Fig 1. EvalScope Framework.
168
+ </p>
169
+
170
+ The architecture includes the following modules:
171
+ 1. **Model Adapter**: The model adapter is used to convert the outputs of specific models into the format required by the framework, supporting both API call models and locally run models.
172
+ 2. **Data Adapter**: The data adapter is responsible for converting and processing input data to meet various evaluation needs and formats.
173
+ 3. **Evaluation Backend**:
174
+ - **Native**: EvalScope’s own **default evaluation framework**, supporting various evaluation modes, including single model evaluation, arena mode, baseline model comparison mode, etc.
175
+ - **OpenCompass**: Supports [OpenCompass](https://github.com/open-compass/opencompass) as the evaluation backend, providing advanced encapsulation and task simplification, allowing you to submit tasks for evaluation more easily.
176
+ - **VLMEvalKit**: Supports [VLMEvalKit](https://github.com/open-compass/VLMEvalKit) as the evaluation backend, enabling easy initiation of multi-modal evaluation tasks, supporting various multi-modal models and datasets.
177
+ - **ThirdParty**: Other third-party evaluation tasks, such as ToolBench.
178
+ 4. **Performance Evaluator**: Model performance evaluation, responsible for measuring model inference service performance, including performance testing, stress testing, performance report generation, and visualization.
179
+ 5. **Evaluation Report**: The final generated evaluation report summarizes the model's performance, which can be used for decision-making and further model optimization.
180
+ 6. **Visualization**: Visualization results help users intuitively understand evaluation results, facilitating analysis and comparison of different model performances.
181
+
182
+ ## 🎉 News
183
+ - **[2024.08.09]** Simplified installation process, supporting PyPI installation for vlmeval dependencies; Optimized multi-modal models evaluation experience with pipeline that based on OpenAI API, achieving up to 10x acceleration 🚀🚀🚀
184
+ - **[2024.07.31]** Breaking change: The sdk name has been changed from `llmuses` to `evalscope`, please update the sdk name in your code.
185
+ - **[2024.07.26]** Supports **VLMEvalKit** as a third-party evaluation framework, initiating multimodal model evaluation tasks. 🔥🔥🔥
186
+ - **[2024.06.29]** Supports **OpenCompass** as a third-party evaluation framework. We have provided a high-level wrapper, supporting installation via pip and simplifying the evaluation task configuration. 🔥🔥🔥
187
+ - **[2024.06.13]** EvalScope has been updated to version 0.3.x, which supports the ModelScope SWIFT framework for LLMs evaluation. 🚀🚀🚀
188
+ - **[2024.06.13]** We have supported the ToolBench as a third-party evaluation backend for Agents evaluation. 🚀🚀🚀
189
+
190
+
191
+
192
+ ## 🛠️ Installation
193
+ ### Method 1: Install Using pip
194
+ We recommend using conda to manage your environment and installing dependencies with pip:
195
+
196
+ 1. Create a conda environment (optional)
197
+ ```shell
198
+ # It is recommended to use Python 3.10
199
+ conda create -n evalscope python=3.10
200
+ # Activate the conda environment
201
+ conda activate evalscope
202
+ ```
203
+
204
+ 2. Install dependencies using pip
205
+ ```shell
206
+ pip install evalscope # Install Native backend (default)
207
+ # Additional options
208
+ pip install evalscope[opencompass] # Install OpenCompass backend
209
+ pip install evalscope[vlmeval] # Install VLMEvalKit backend
210
+ pip install evalscope[all] # Install all backends (Native, OpenCompass, VLMEvalKit)
211
+ ```
212
+
213
+ > [!WARNING]
214
+ > As the project has been renamed to `evalscope`, for versions `v0.4.3` or earlier, you can install using the following command:
215
+ > ```shell
216
+ > pip install llmuses<=0.4.3
217
+ > ```
218
+ > To import relevant dependencies using `llmuses`:
219
+ > ``` python
220
+ > from llmuses import ...
221
+ > ```
222
+
223
+ ### Method 2: Install from Source
224
+ 1. Download the source code
225
+ ```shell
226
+ git clone https://github.com/modelscope/evalscope.git
227
+ ```
228
+
229
+ 2. Install dependencies
230
+ ```shell
231
+ cd evalscope/
232
+ pip install -e . # Install Native backend
233
+ # Additional options
234
+ pip install -e '.[opencompass]' # Install OpenCompass backend
235
+ pip install -e '.[vlmeval]' # Install VLMEvalKit backend
236
+ pip install -e '.[all]' # Install all backends (Native, OpenCompass, VLMEvalKit)
237
+ ```
238
+
239
+
240
+ ## 🚀 Quick Start
241
+
242
+ ### 1. Simple Evaluation
243
+ To evaluate a model using default settings on specified datasets, follow the process below:
244
+
245
+ #### Install using pip
246
+ You can execute this command from any directory:
247
+ ```bash
248
+ python -m evalscope.run \
249
+ --model qwen/Qwen2-0.5B-Instruct \
250
+ --template-type qwen \
251
+ --datasets arc
252
+ ```
253
+
254
+ #### Install from source
255
+ Execute this command in the `evalscope` directory:
256
+ ```bash
257
+ python evalscope/run.py \
258
+ --model qwen/Qwen2-0.5B-Instruct \
259
+ --template-type qwen \
260
+ --datasets arc
261
+ ```
262
+
263
+ If prompted with `Do you wish to run the custom code? [y/N]`, please type `y`.
264
+
265
+
266
+ #### Basic Parameter Descriptions
267
+ - `--model`: Specifies the `model_id` of the model on [ModelScope](https://modelscope.cn/), allowing automatic download. For example, see the [Qwen2-0.5B-Instruct model link](https://modelscope.cn/models/qwen/Qwen2-0.5B-Instruct/summary); you can also use a local path, such as `/path/to/model`.
268
+ - `--template-type`: Specifies the template type corresponding to the model. Refer to the `Default Template` field in the [template table](https://swift.readthedocs.io/en/latest/LLM/Supported-models-datasets.html) for filling in this field.
269
+ - `--datasets`: The dataset name, allowing multiple datasets to be specified, separated by spaces; these datasets will be automatically downloaded. Refer to the [supported datasets list](#supported-datasets-list) for available options.
270
+
271
+ ### 2. Parameterized Evaluation
272
+ If you wish to conduct a more customized evaluation, such as modifying model parameters or dataset parameters, you can use the following commands:
273
+
274
+ **Example 1:**
275
+ ```shell
276
+ python evalscope/run.py \
277
+ --model qwen/Qwen2-0.5B-Instruct \
278
+ --template-type qwen \
279
+ --model-args revision=v1.0.2,precision=torch.float16,device_map=auto \
280
+ --datasets mmlu ceval \
281
+ --use-cache true \
282
+ --limit 10
283
+ ```
284
+
285
+ **Example 2:**
286
+ ```shell
287
+ python evalscope/run.py \
288
+ --model qwen/Qwen2-0.5B-Instruct \
289
+ --template-type qwen \
290
+ --generation-config do_sample=false,temperature=0.0 \
291
+ --datasets ceval \
292
+ --dataset-args '{"ceval": {"few_shot_num": 0, "few_shot_random": false}}' \
293
+ --limit 10
294
+ ```
295
+
296
+ #### Parameter Descriptions
297
+ In addition to the three [basic parameters](#basic-parameter-descriptions), the other parameters are as follows:
298
+ - `--model-args`: Model loading parameters, separated by commas, in `key=value` format.
299
+ - `--generation-config`: Generation parameters, separated by commas, in `key=value` format.
300
+ - `do_sample`: Whether to use sampling, default is `false`.
301
+ - `max_new_tokens`: Maximum generation length, default is 1024.
302
+ - `temperature`: Sampling temperature.
303
+ - `top_p`: Sampling threshold.
304
+ - `top_k`: Sampling threshold.
305
+ - `--use-cache`: Whether to use local cache, default is `false`. If set to `true`, previously evaluated model and dataset combinations will not be evaluated again, and will be read directly from the local cache.
306
+ - `--dataset-args`: Evaluation dataset configuration parameters, provided in JSON format, where the key is the dataset name and the value is the parameter; note that these must correspond one-to-one with the values in `--datasets`.
307
+ - `--few_shot_num`: Number of few-shot examples.
308
+ - `--few_shot_random`: Whether to randomly sample few-shot data; if not specified, defaults to `true`.
309
+ - `--limit`: Maximum number of evaluation samples per dataset; if not specified, all will be evaluated, which is useful for quick validation.
310
+
311
+ ### 3. Use the run_task Function to Submit an Evaluation Task
312
+ Using the `run_task` function to submit an evaluation task requires the same parameters as the command line. You need to pass a dictionary as the parameter, which includes the following fields:
313
+
314
+ #### 1. Configuration Task Dictionary Parameters
315
+ ```python
316
+ import torch
317
+ from evalscope.constants import DEFAULT_ROOT_CACHE_DIR
318
+
319
+ # Example
320
+ your_task_cfg = {
321
+ 'model_args': {'revision': None, 'precision': torch.float16, 'device_map': 'auto'},
322
+ 'generation_config': {'do_sample': False, 'repetition_penalty': 1.0, 'max_new_tokens': 512},
323
+ 'dataset_args': {},
324
+ 'dry_run': False,
325
+ 'model': 'qwen/Qwen2-0.5B-Instruct',
326
+ 'template_type': 'qwen',
327
+ 'datasets': ['arc', 'hellaswag'],
328
+ 'work_dir': DEFAULT_ROOT_CACHE_DIR,
329
+ 'outputs': DEFAULT_ROOT_CACHE_DIR,
330
+ 'mem_cache': False,
331
+ 'dataset_hub': 'ModelScope',
332
+ 'dataset_dir': DEFAULT_ROOT_CACHE_DIR,
333
+ 'limit': 10,
334
+ 'debug': False
335
+ }
336
+ ```
337
+ Here, `DEFAULT_ROOT_CACHE_DIR` is set to `'~/.cache/evalscope'`.
338
+
339
+ #### 2. Execute Task with run_task
340
+ ```python
341
+ from evalscope.run import run_task
342
+ run_task(task_cfg=your_task_cfg)
343
+ ```
344
+
345
+ ### Supported Datasets List
346
+ > [!NOTE]
347
+ > The framework currently supports the following datasets. If the dataset you need is not in the list, please submit an issue, or use the [OpenCompass backend](https://evalscope.readthedocs.io/en/latest/user_guides/opencompass_backend.html) for evaluation, or use the [VLMEvalKit backend](https://evalscope.readthedocs.io/en/latest/user_guides/vlmevalkit_backend.html) for multi-modal model evaluation.
348
+
349
+ | Dataset Name | Link | Status | Note |
350
+ |--------------------|----------------------------------------------------------------------------------------|--------|------|
351
+ | `mmlu` | [mmlu](https://modelscope.cn/datasets/modelscope/mmlu/summary) | Active | |
352
+ | `ceval` | [ceval](https://modelscope.cn/datasets/modelscope/ceval-exam/summary) | Active | |
353
+ | `gsm8k` | [gsm8k](https://modelscope.cn/datasets/modelscope/gsm8k/summary) | Active | |
354
+ | `arc` | [arc](https://modelscope.cn/datasets/modelscope/ai2_arc/summary) | Active | |
355
+ | `hellaswag` | [hellaswag](https://modelscope.cn/datasets/modelscope/hellaswag/summary) | Active | |
356
+ | `truthful_qa` | [truthful_qa](https://modelscope.cn/datasets/modelscope/truthful_qa/summary) | Active | |
357
+ | `competition_math` | [competition_math](https://modelscope.cn/datasets/modelscope/competition_math/summary) | Active | |
358
+ | `humaneval` | [humaneval](https://modelscope.cn/datasets/modelscope/humaneval/summary) | Active | |
359
+ | `bbh` | [bbh](https://modelscope.cn/datasets/modelscope/bbh/summary) | Active | |
360
+ | `race` | [race](https://modelscope.cn/datasets/modelscope/race/summary) | Active | |
361
+ | `trivia_qa` | [trivia_qa](https://modelscope.cn/datasets/modelscope/trivia_qa/summary) | To be integrated | |
362
+
363
+
364
+ ## Evaluation Backend
365
+ EvalScope supports using third-party evaluation frameworks to initiate evaluation tasks, which we call Evaluation Backend. Currently supported Evaluation Backend includes:
366
+ - **Native**: EvalScope's own **default evaluation framework**, supporting various evaluation modes including single model evaluation, arena mode, and baseline model comparison mode.
367
+ - [OpenCompass](https://github.com/open-compass/opencompass): Initiate OpenCompass evaluation tasks through EvalScope. Lightweight, easy to customize, supports seamless integration with the LLM fine-tuning framework ms-swift. [📖 User Guide](https://evalscope.readthedocs.io/en/latest/user_guides/opencompass_backend.html)
368
+ - [VLMEvalKit](https://github.com/open-compass/VLMEvalKit): Initiate VLMEvalKit multimodal evaluation tasks through EvalScope. Supports various multimodal models and datasets, and offers seamless integration with the LLM fine-tuning framework ms-swift. [📖 User Guide](https://evalscope.readthedocs.io/en/latest/user_guides/vlmevalkit_backend.html)
369
+ - **ThirdParty**: The third-party task, e.g. [ToolBench](https://evalscope.readthedocs.io/en/latest/third_party/toolbench.html), you can contribute your own evaluation task to EvalScope as third-party backend.
370
+
371
+ ## Custom Dataset Evaluation
372
+ EvalScope supports custom dataset evaluation. For detailed information, please refer to the Custom Dataset Evaluation [📖User Guide](https://evalscope.readthedocs.io/en/latest/advanced_guides/custom_dataset.html)
373
+
374
+ ## Offline Evaluation
375
+ You can use local dataset to evaluate the model without internet connection.
376
+
377
+ Refer to: Offline Evaluation [📖 User Guide](https://evalscope.readthedocs.io/en/latest/user_guides/offline_evaluation.html)
378
+
379
+
380
+ ## Arena Mode
381
+ The Arena mode allows multiple candidate models to be evaluated through pairwise battles, and can choose to use the AI Enhanced Auto-Reviewer (AAR) automatic evaluation process or manual evaluation to obtain the evaluation report.
382
+
383
+ Refer to: Arena Mode [📖 User Guide](https://evalscope.readthedocs.io/en/latest/user_guides/arena.html)
384
+
385
+ ## Model Serving Performance Evaluation
386
+ A stress testing tool that focuses on large language models and can be customized to support various data set formats and different API protocol formats.
387
+
388
+ Refer to : Model Serving Performance Evaluation [📖 User Guide](https://evalscope.readthedocs.io/en/latest/user_guides/stress_test.html)
389
+
390
+
391
+ ## Leaderboard
392
+ The LLM Leaderboard aims to provide an objective and comprehensive evaluation standard and platform to help researchers and developers understand and compare the performance of models on various tasks on ModelScope.
393
+
394
+ Refer to : [Leaderboard](https://modelscope.cn/leaderboard/58/ranking?type=free)
395
+
396
+
397
+ ## TO-DO List
398
+ - [x] Agents evaluation
399
+ - [x] vLLM
400
+ - [ ] Distributed evaluating
401
+ - [x] Multi-modal evaluation
402
+ - [ ] Benchmarks
403
+ - [ ] GAIA
404
+ - [ ] GPQA
405
+ - [x] MBPP
406
+ - [ ] Auto-reviewer
407
+ - [ ] Qwen-max
408
+