Skip to content

Commit 93b47bc

Browse files
committed
set target to target found w narrower search space
1 parent 49c5388 commit 93b47bc

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
@@ -52,7 +52,7 @@ def has_reached_validation_target(self, eval_result: float) -> bool:
5252

5353
@property
5454
def validation_target_value(self) -> float:
55-
return 22.432 # Target perplexity
55+
return 22.2995 # Target perplexity
5656

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

0 commit comments

Comments
 (0)