We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1645d1f commit 12289faCopy full SHA for 12289fa
algoperf/workloads/finewebedu_lm/workload.py
@@ -42,7 +42,7 @@ def has_reached_validation_target(self, eval_result: float) -> bool:
42
43
@property
44
def validation_target_value(self) -> float:
45
- return 22.432 # Target perplexity
+ return 22.2995 # Target perplexity
46
47
def has_reached_test_target(self, eval_result: Dict[str, float]) -> bool:
48
return True # No test targets
0 commit comments