diff --git a/algorithmic_efficiency/workloads/librispeech_conformer/workload.py b/algorithmic_efficiency/workloads/librispeech_conformer/workload.py index dc7fb912b..2ad355975 100644 --- a/algorithmic_efficiency/workloads/librispeech_conformer/workload.py +++ b/algorithmic_efficiency/workloads/librispeech_conformer/workload.py @@ -19,14 +19,14 @@ def has_reached_validation_target(self, eval_result: Dict[str, @property def validation_target_value(self) -> float: - return 0.084952 + return 0.085884 def has_reached_test_target(self, eval_result: Dict[str, float]) -> bool: return eval_result['test/wer'] < self.test_target_value @property def test_target_value(self) -> float: - return 0.053000 + return 0.052981 @property def loss_type(self) -> spec.LossType: diff --git a/algorithmic_efficiency/workloads/librispeech_deepspeech/librispeech_jax/workload.py b/algorithmic_efficiency/workloads/librispeech_deepspeech/librispeech_jax/workload.py index cb07075f4..ac6005225 100644 --- a/algorithmic_efficiency/workloads/librispeech_deepspeech/librispeech_jax/workload.py +++ b/algorithmic_efficiency/workloads/librispeech_deepspeech/librispeech_jax/workload.py @@ -53,11 +53,11 @@ def is_output_params(self, param_key: spec.ParameterKey) -> bool: @property def validation_target_value(self) -> float: - return 0.118232 + return 0.119936 @property def test_target_value(self) -> float: - return 0.073397 + return 0.074143 @property def step_hint(self) -> int: diff --git a/algorithmic_efficiency/workloads/librispeech_deepspeech/librispeech_pytorch/workload.py b/algorithmic_efficiency/workloads/librispeech_deepspeech/librispeech_pytorch/workload.py index 09a4b0aa4..bcdd78fb5 100644 --- a/algorithmic_efficiency/workloads/librispeech_deepspeech/librispeech_pytorch/workload.py +++ b/algorithmic_efficiency/workloads/librispeech_deepspeech/librispeech_pytorch/workload.py @@ -62,11 +62,11 @@ def is_output_params(self, param_key: spec.ParameterKey) -> bool: @property def validation_target_value(self) -> float: - return 0.118232 + return 0.119936 @property def test_target_value(self) -> float: - return 0.073397 + return 0.074143 @property def step_hint(self) -> int: