langfun 0.1.2.dev202501190803__py3-none-any.whl → 0.1.2.dev202501240804__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.
- langfun/core/eval/v2/evaluation.py +3 -1
- {langfun-0.1.2.dev202501190803.dist-info → langfun-0.1.2.dev202501240804.dist-info}/METADATA +1 -1
- {langfun-0.1.2.dev202501190803.dist-info → langfun-0.1.2.dev202501240804.dist-info}/RECORD +6 -6
- {langfun-0.1.2.dev202501190803.dist-info → langfun-0.1.2.dev202501240804.dist-info}/LICENSE +0 -0
- {langfun-0.1.2.dev202501190803.dist-info → langfun-0.1.2.dev202501240804.dist-info}/WHEEL +0 -0
- {langfun-0.1.2.dev202501190803.dist-info → langfun-0.1.2.dev202501240804.dist-info}/top_level.txt +0 -0
@@ -516,7 +516,9 @@ class Evaluation(experiment_lib.Experiment):
|
|
516
516
|
target='example-view',
|
517
517
|
css_classes=['example-link'],
|
518
518
|
)
|
519
|
-
for dp in
|
519
|
+
for dp in sorted(
|
520
|
+
metric_value.data_points, key=lambda dp: dp.example_id
|
521
|
+
)
|
520
522
|
]
|
521
523
|
)
|
522
524
|
)
|
@@ -53,7 +53,7 @@ langfun/core/eval/v2/__init__.py,sha256=qoa6zKdFXOFyCX6vay6OdgPf1eUhYGoHYAxe35qE
|
|
53
53
|
langfun/core/eval/v2/checkpointing.py,sha256=u-MrnwQbm0T-BDcn9pPXs_FeKPzMYm1-pVos0DiTqgM,11769
|
54
54
|
langfun/core/eval/v2/checkpointing_test.py,sha256=R-R8SFzworuYnMmGGcvE9f4oiYkb8HMoZ0m4euF3pus,8466
|
55
55
|
langfun/core/eval/v2/eval_test_helper.py,sha256=A9w0FbRKieB3yym8x34kY24FfptHrp7m6_z3i8HXSFI,3922
|
56
|
-
langfun/core/eval/v2/evaluation.py,sha256=
|
56
|
+
langfun/core/eval/v2/evaluation.py,sha256=PgX1DoG3z-En7KVZe2hgSI7sMrLodvtT_UcUGMkQ8FQ,22562
|
57
57
|
langfun/core/eval/v2/evaluation_test.py,sha256=0l0DqJTF8PZGA2Q1OlaF4YIax4ZhSk0ewOCvuVW1XAk,6658
|
58
58
|
langfun/core/eval/v2/example.py,sha256=4-LNr8Ke-fhaF6gyeXX4JMyw0s8YkVTC63pXZ-CXKrE,10144
|
59
59
|
langfun/core/eval/v2/example_test.py,sha256=1DNm6EuyZOq827DKvf3oTRVFkMNM_qTnLUpvOjpgz5I,3419
|
@@ -146,8 +146,8 @@ langfun/core/templates/demonstration.py,sha256=vCrgYubdZM5Umqcgp8NUVGXgr4P_c-fik
|
|
146
146
|
langfun/core/templates/demonstration_test.py,sha256=SafcDQ0WgI7pw05EmPI2S4v1t3ABKzup8jReCljHeK4,2162
|
147
147
|
langfun/core/templates/selfplay.py,sha256=yhgrJbiYwq47TgzThmHrDQTF4nDrTI09CWGhuQPNv-s,2273
|
148
148
|
langfun/core/templates/selfplay_test.py,sha256=Ot__1P1M8oJfoTp-M9-PQ6HUXqZKyMwvZ5f7yQ3yfyM,2326
|
149
|
-
langfun-0.1.2.
|
150
|
-
langfun-0.1.2.
|
151
|
-
langfun-0.1.2.
|
152
|
-
langfun-0.1.2.
|
153
|
-
langfun-0.1.2.
|
149
|
+
langfun-0.1.2.dev202501240804.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
|
150
|
+
langfun-0.1.2.dev202501240804.dist-info/METADATA,sha256=aMg4X2r6FrRhYy_A5HULI_sWz7l_khfLb_hXIsMxkJs,8172
|
151
|
+
langfun-0.1.2.dev202501240804.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
152
|
+
langfun-0.1.2.dev202501240804.dist-info/top_level.txt,sha256=RhlEkHxs1qtzmmtWSwYoLVJAc1YrbPtxQ52uh8Z9VvY,8
|
153
|
+
langfun-0.1.2.dev202501240804.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{langfun-0.1.2.dev202501190803.dist-info → langfun-0.1.2.dev202501240804.dist-info}/top_level.txt
RENAMED
File without changes
|