judgeval 0.0.22__py3-none-any.whl → 0.0.23__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.
- judgeval/scorers/judgeval_scorer.py +2 -2
- {judgeval-0.0.22.dist-info → judgeval-0.0.23.dist-info}/METADATA +1 -1
- {judgeval-0.0.22.dist-info → judgeval-0.0.23.dist-info}/RECORD +5 -5
- {judgeval-0.0.22.dist-info → judgeval-0.0.23.dist-info}/WHEEL +0 -0
- {judgeval-0.0.22.dist-info → judgeval-0.0.23.dist-info}/licenses/LICENSE.md +0 -0
@@ -116,8 +116,8 @@ class JudgevalScorer:
|
|
116
116
|
For unit testing, determines whether the test case passes or fails
|
117
117
|
"""
|
118
118
|
warning("Attempting to call unimplemented success_check method")
|
119
|
-
error("
|
120
|
-
raise NotImplementedError("You must implement the `
|
119
|
+
error("_success_check method not implemented")
|
120
|
+
raise NotImplementedError("You must implement the `_success_check` method in your custom scorer")
|
121
121
|
|
122
122
|
def __str__(self):
|
123
123
|
debug("Converting JudgevalScorer instance to string representation")
|
@@ -31,7 +31,7 @@ judgeval/scorers/__init__.py,sha256=gkeKJvjXhswCnkEyjijrVvGVM3Om86egrZ-PUOGvNvI,
|
|
31
31
|
judgeval/scorers/api_scorer.py,sha256=NQ_CrrUPhSUk1k2Q8rKpCG_TU2FT32sFEqvb-Yi54B0,2688
|
32
32
|
judgeval/scorers/base_scorer.py,sha256=xdUlY3CnLdCQ1Z5iUeY22Bim5v-OQruZmaVF_4Y1mC0,2183
|
33
33
|
judgeval/scorers/exceptions.py,sha256=eGW5CuJgZ5YJBFrE4FHDSF651PO1dKAZ379mJ8gOsfo,178
|
34
|
-
judgeval/scorers/judgeval_scorer.py,sha256=
|
34
|
+
judgeval/scorers/judgeval_scorer.py,sha256=jq_rzfTG0XBTuLCaa6TlaK4YcT-LlgsO1LEm6hpOYdg,6601
|
35
35
|
judgeval/scorers/prompt_scorer.py,sha256=PaAs2qRolw1P3_I061Xvk9qzvF4O-JR8g_39RqXnHcM,17728
|
36
36
|
judgeval/scorers/score.py,sha256=GALVmeApP1Cyih2vY93zRaU6RShtW4jJDG47Pm6yfnw,18657
|
37
37
|
judgeval/scorers/utils.py,sha256=iHQVTlIANbmCTXz9kTeSdOytgUZ_T74Re61ajqsk_WQ,6827
|
@@ -89,7 +89,7 @@ judgeval/scorers/judgeval_scorers/local_implementations/summarization/prompts.py
|
|
89
89
|
judgeval/scorers/judgeval_scorers/local_implementations/summarization/summarization_scorer.py,sha256=Qk7lwHgRPYeGoxTOyclAh1VfGItfvHJ6l1t7Nk3SWFM,20927
|
90
90
|
judgeval/tracer/__init__.py,sha256=wy3DYpH8U_z0GO_K_gOSkK0tTTD-u5eLDo0T5xIBoAc,147
|
91
91
|
judgeval/utils/alerts.py,sha256=RgW5R9Dn3Jtim0OyAYDbNzjoX2s6SA4Mw16GyyaikjI,1424
|
92
|
-
judgeval-0.0.
|
93
|
-
judgeval-0.0.
|
94
|
-
judgeval-0.0.
|
95
|
-
judgeval-0.0.
|
92
|
+
judgeval-0.0.23.dist-info/METADATA,sha256=EkRIGemm8UvM5J4RBR5KVzBfn0XTBBYvJjRM4-F0s0w,1378
|
93
|
+
judgeval-0.0.23.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
94
|
+
judgeval-0.0.23.dist-info/licenses/LICENSE.md,sha256=tKmCg7k5QOmxPK19XMfzim04QiQJPmgIm0pAn55IJwk,11352
|
95
|
+
judgeval-0.0.23.dist-info/RECORD,,
|
File without changes
|
File without changes
|