Skip to content

Commit 12289fa

Browse files
committed
update target
1 parent 1645d1f commit 12289fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algoperf/workloads/finewebedu_lm/workload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def has_reached_validation_target(self, eval_result: float) -> bool:
4242

4343
@property
4444
def validation_target_value(self) -> float:
45-
return 22.432 # Target perplexity
45+
return 22.2995 # Target perplexity
4646

4747
def has_reached_test_target(self, eval_result: Dict[str, float]) -> bool:
4848
return True # No test targets

0 commit comments

Comments
 (0)