EuroEval 15.10.0__py3-none-any.whl → 15.10.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 EuroEval might be problematic. Click here for more details.
- euroeval/finetuning.py +1 -1
- {euroeval-15.10.0.dist-info → euroeval-15.10.1.dist-info}/METADATA +1 -1
- {euroeval-15.10.0.dist-info → euroeval-15.10.1.dist-info}/RECORD +6 -6
- {euroeval-15.10.0.dist-info → euroeval-15.10.1.dist-info}/WHEEL +0 -0
- {euroeval-15.10.0.dist-info → euroeval-15.10.1.dist-info}/entry_points.txt +0 -0
- {euroeval-15.10.0.dist-info → euroeval-15.10.1.dist-info}/licenses/LICENSE +0 -0
euroeval/finetuning.py
CHANGED
|
@@ -333,7 +333,7 @@ def remove_extra_tensors_from_logits(
|
|
|
333
333
|
Returns:
|
|
334
334
|
The processed logits.
|
|
335
335
|
"""
|
|
336
|
-
if isinstance(logits, tuple):
|
|
336
|
+
if isinstance(logits, tuple) and isinstance(logits[-1], tuple):
|
|
337
337
|
logits = logits[:-1]
|
|
338
338
|
if len(logits) == 1:
|
|
339
339
|
logits = logits[0]
|
|
@@ -8,7 +8,7 @@ euroeval/data_loading.py,sha256=2rMLSy8pbntlwmImizMtkTiUzj93mcv5kzYjZELWWfU,4081
|
|
|
8
8
|
euroeval/data_models.py,sha256=7nAGDpN58Y35Lt9JZE_y0y5iOYesw2htcwHc68MkBZU,22953
|
|
9
9
|
euroeval/enums.py,sha256=L9LcNeruuhHvze9vKRogXY9vonRzoBqDzWSP6hxKQ7A,3195
|
|
10
10
|
euroeval/exceptions.py,sha256=5kQ-YvHyFO3aaA-zfOTaS07LRFH8xlSqlOiATvnIObY,5116
|
|
11
|
-
euroeval/finetuning.py,sha256=
|
|
11
|
+
euroeval/finetuning.py,sha256=OFS8YlDhckPupoKWf26Nrd7CTtLQzJXTsDvzMdSR_34,11319
|
|
12
12
|
euroeval/generation.py,sha256=LSsskfLjIJ-c3gQxmr7eiAobPOm-5bU9vnR7uHQ7XmU,10745
|
|
13
13
|
euroeval/generation_utils.py,sha256=zRsaOHcbhysbMa983BZXxfd-qMe4NYts-ZbQxfvNTK4,13310
|
|
14
14
|
euroeval/human_evaluation.py,sha256=zqbbJkqm2Uymf-88PxM3R9vVRR8SZJlq3QrqWEoiVeE,27643
|
|
@@ -54,8 +54,8 @@ euroeval/task_group_utils/question_answering.py,sha256=D4oJL2vQEjHghyxiiiq_vj1IQ
|
|
|
54
54
|
euroeval/task_group_utils/sequence_classification.py,sha256=zwRUgVHqLlREILwyg-yuDPkrIQOfqGVPsFBai-2D9a8,13525
|
|
55
55
|
euroeval/task_group_utils/text_to_text.py,sha256=Nu1_qRPLbboCd9Q5rxqY4fQFJ_aGXu80aWQqoTG1cYc,5047
|
|
56
56
|
euroeval/task_group_utils/token_classification.py,sha256=3idWB81Fcx9UhTuk-gxMfXENrCBmiWBDUWdULXoIhpw,17863
|
|
57
|
-
euroeval-15.10.
|
|
58
|
-
euroeval-15.10.
|
|
59
|
-
euroeval-15.10.
|
|
60
|
-
euroeval-15.10.
|
|
61
|
-
euroeval-15.10.
|
|
57
|
+
euroeval-15.10.1.dist-info/METADATA,sha256=mx7pTjlWwRsDgD05msa6lNaaq7M2XeoCQV-BxDLSvag,13472
|
|
58
|
+
euroeval-15.10.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
59
|
+
euroeval-15.10.1.dist-info/entry_points.txt,sha256=tKQRxN0HX2mGtbZbZQdCRFUDZIecA_z4mZduueor3Ug,135
|
|
60
|
+
euroeval-15.10.1.dist-info/licenses/LICENSE,sha256=oZp5fpOSQ7w-vFui8QNwrBIosrO7cnpArItdbvn52Ao,1082
|
|
61
|
+
euroeval-15.10.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|