evalscope 0.7.0__py3-none-any.whl → 0.7.1__py3-none-any.whl
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.
- evalscope/backend/opencompass/tasks/eval_api.py +2 -1
- evalscope/backend/opencompass/tasks/eval_datasets.py +1 -0
- evalscope/version.py +2 -2
- {evalscope-0.7.0.dist-info → evalscope-0.7.1.dist-info}/METADATA +3 -3
- {evalscope-0.7.0.dist-info → evalscope-0.7.1.dist-info}/RECORD +9 -9
- {evalscope-0.7.0.dist-info → evalscope-0.7.1.dist-info}/LICENSE +0 -0
- {evalscope-0.7.0.dist-info → evalscope-0.7.1.dist-info}/WHEEL +0 -0
- {evalscope-0.7.0.dist-info → evalscope-0.7.1.dist-info}/entry_points.txt +0 -0
- {evalscope-0.7.0.dist-info → evalscope-0.7.1.dist-info}/top_level.txt +0 -0
|
@@ -6,7 +6,8 @@ from opencompass.tasks import OpenICLInferTask
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
with read_base():
|
|
9
|
-
from opencompass.configs.summarizers.medium import summarizer
|
|
9
|
+
# from opencompass.configs.summarizers.medium import summarizer
|
|
10
|
+
# from opencompass.configs.summarizers.PMMEval import summarizer
|
|
10
11
|
from evalscope.backend.opencompass.tasks.eval_datasets import datasets
|
|
11
12
|
|
|
12
13
|
# 1. Get datasets
|
|
@@ -51,6 +51,7 @@ with read_base():
|
|
|
51
51
|
from opencompass.configs.datasets.triviaqa.triviaqa_gen_2121ce import triviaqa_datasets
|
|
52
52
|
from opencompass.configs.datasets.cmb.cmb_gen_dfb5c4 import cmb_datasets
|
|
53
53
|
from opencompass.configs.datasets.cmmlu.cmmlu_gen_c13365 import cmmlu_datasets
|
|
54
|
+
from opencompass.configs.datasets.PMMEval.pmmeval_gen import PMMEval_datasets
|
|
54
55
|
|
|
55
56
|
# Note: to be supported
|
|
56
57
|
# from opencompass.configs.datasets.flores.flores_gen_806ede import flores_datasets
|
evalscope/version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: evalscope
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.1
|
|
4
4
|
Summary: EvalScope: Lightweight LLMs Evaluation Framework
|
|
5
5
|
Home-page: https://github.com/modelscope/evalscope
|
|
6
6
|
Author: ModelScope team
|
|
@@ -81,7 +81,7 @@ Requires-Dist: torch; extra == "all"
|
|
|
81
81
|
Requires-Dist: tqdm; extra == "all"
|
|
82
82
|
Requires-Dist: transformers>=4.33; extra == "all"
|
|
83
83
|
Requires-Dist: transformers-stream-generator; extra == "all"
|
|
84
|
-
Requires-Dist: ms-opencompass>=0.1.
|
|
84
|
+
Requires-Dist: ms-opencompass>=0.1.4; extra == "all"
|
|
85
85
|
Requires-Dist: ms-vlmeval>=0.0.9; extra == "all"
|
|
86
86
|
Requires-Dist: mteb==1.19.4; extra == "all"
|
|
87
87
|
Requires-Dist: ragas==0.2.5; extra == "all"
|
|
@@ -119,7 +119,7 @@ Requires-Dist: tqdm; extra == "inner"
|
|
|
119
119
|
Requires-Dist: transformers<4.43,>=4.33; extra == "inner"
|
|
120
120
|
Requires-Dist: transformers-stream-generator; extra == "inner"
|
|
121
121
|
Provides-Extra: opencompass
|
|
122
|
-
Requires-Dist: ms-opencompass>=0.1.
|
|
122
|
+
Requires-Dist: ms-opencompass>=0.1.4; extra == "opencompass"
|
|
123
123
|
Provides-Extra: perf
|
|
124
124
|
Requires-Dist: aiohttp; extra == "perf"
|
|
125
125
|
Requires-Dist: fastapi; extra == "perf"
|
|
@@ -6,15 +6,15 @@ evalscope/run.py,sha256=uAXtaxIBcR94jyfHGFAecuzn0y71oLgu-d9VOohCJAw,18738
|
|
|
6
6
|
evalscope/run_arena.py,sha256=BCWCAiX0BQ9pLMIq08svEcd-IoFr75gFShpV88robIY,8963
|
|
7
7
|
evalscope/run_ms.py,sha256=UtJoGnah64SXigTawJQWTi_TEGjr7Td0rjCTaO-htL8,6028
|
|
8
8
|
evalscope/summarizer.py,sha256=rIyML8HpjQxIpXg8KvQ0CzOS6xMS-JHZh6kUZzkaRsk,6640
|
|
9
|
-
evalscope/version.py,sha256=
|
|
9
|
+
evalscope/version.py,sha256=hA8tHZM5X2eUwWrp4-de43JlGb0XF7FqwyNdrNHAqQE,118
|
|
10
10
|
evalscope/backend/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
11
|
evalscope/backend/base.py,sha256=5BLrDNNwxsGp35zorD-kphmN15tlBbkuuqwkz8jWZq0,876
|
|
12
12
|
evalscope/backend/opencompass/__init__.py,sha256=UP_TW5KBq6V_Nvqkeb7PGvGGX3rVYussT43npwCwDgE,135
|
|
13
13
|
evalscope/backend/opencompass/api_meta_template.py,sha256=sBW0XbVDOKeJ7mVUDLhmcG4e0yClw3eluazdp_8wtgQ,1753
|
|
14
14
|
evalscope/backend/opencompass/backend_manager.py,sha256=_eg82FLAVxQ6t5e1OqlyuxZcngqD8rxvI5EijLUh_zI,10294
|
|
15
15
|
evalscope/backend/opencompass/tasks/__init__.py,sha256=I_ANdxdcIHpkIzIXc1yKOlWwzb4oY0FwTPq1kYtgzQw,50
|
|
16
|
-
evalscope/backend/opencompass/tasks/eval_api.py,sha256=
|
|
17
|
-
evalscope/backend/opencompass/tasks/eval_datasets.py,sha256=
|
|
16
|
+
evalscope/backend/opencompass/tasks/eval_api.py,sha256=NRIbDqhM_5JD0zBGinhptxrSmTjTelO_RaiaAht7ee0,1179
|
|
17
|
+
evalscope/backend/opencompass/tasks/eval_datasets.py,sha256=nWrPfItIYgPLJUXyu9vZmOmUUjku0BEFCV94Ss12pVU,5408
|
|
18
18
|
evalscope/backend/rag_eval/__init__.py,sha256=8om6TVnTMmyTEQt1jBuUQA4UfIzyps-_-ih90H_Qjio,284
|
|
19
19
|
evalscope/backend/rag_eval/backend_manager.py,sha256=jmO-UMu6_iOXMnl4--PrMWCsnIYEhsbiX017rtURqm0,2997
|
|
20
20
|
evalscope/backend/rag_eval/clip_benchmark/__init__.py,sha256=gDXCiRUTSeGQHxd5SjQsnphMqHJ2si2jywRiHvujEOg,150
|
|
@@ -278,9 +278,9 @@ tests/swift/test_run_swift_vlm_eval.py,sha256=p2i2ZRj-vG1YsQGsemvQLHcyhjy1EmUChy
|
|
|
278
278
|
tests/swift/test_run_swift_vlm_jugde_eval.py,sha256=c31jwQle_97ru5Dep91qsAqYjR1HDm1O9YZihRr0u0s,6018
|
|
279
279
|
tests/vlm/__init__.py,sha256=I_ANdxdcIHpkIzIXc1yKOlWwzb4oY0FwTPq1kYtgzQw,50
|
|
280
280
|
tests/vlm/test_vlmeval.py,sha256=21xi0nu4ghDB6_X-Pol7pTfK7aYkAYOp82TQ-MSQv-I,1757
|
|
281
|
-
evalscope-0.7.
|
|
282
|
-
evalscope-0.7.
|
|
283
|
-
evalscope-0.7.
|
|
284
|
-
evalscope-0.7.
|
|
285
|
-
evalscope-0.7.
|
|
286
|
-
evalscope-0.7.
|
|
281
|
+
evalscope-0.7.1.dist-info/LICENSE,sha256=K_2M03pN0PxVMyx9IQUKsHGhhDMkw5ryQ02rlMvzj3I,11416
|
|
282
|
+
evalscope-0.7.1.dist-info/METADATA,sha256=MjxJQlVBhVgVF7ovyRYL9m7S1g8Oz3SCssvB3vbdTf8,23796
|
|
283
|
+
evalscope-0.7.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
284
|
+
evalscope-0.7.1.dist-info/entry_points.txt,sha256=Qr4oTgGhg_K-iUtKwVH6lWUhFHDUiH9trIqydHGTEug,56
|
|
285
|
+
evalscope-0.7.1.dist-info/top_level.txt,sha256=Yv0iprOqZQ4rfUO-AWJp7Ni6m0Twxny1yvZwO-8hUDM,16
|
|
286
|
+
evalscope-0.7.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|