mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-15 03:10:35 +08:00
lint
This commit is contained in:
@@ -65,6 +65,7 @@ class ComputeAccuracy:
|
|||||||
r"""
|
r"""
|
||||||
Computes accuracy and supports `batch_eval_metrics`.
|
Computes accuracy and supports `batch_eval_metrics`.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def _dump(self) -> Optional[Dict[str, float]]:
|
def _dump(self) -> Optional[Dict[str, float]]:
|
||||||
result = None
|
result = None
|
||||||
if hasattr(self, "score_dict"):
|
if hasattr(self, "score_dict"):
|
||||||
|
|||||||
Reference in New Issue
Block a user