Skip to content

Commit

Permalink
Winner percentage 0.95 -> 0.80
Browse files Browse the repository at this point in the history
  • Loading branch information
MsRandom committed Nov 15, 2024
1 parent 7b3ac81 commit 49cfd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/weight_setting/winner_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from neuron.submission_tester import CheckpointBenchmark, MetricData

TIER_SCORE_IMPROVEMENT_THRESHOLD = 1.05
WINNER_PERCENTAGE = 0.95
WINNER_PERCENTAGE = 0.80


def get_contestant_scores(benchmarks: list[CheckpointBenchmark | None], baseline_metrics: MetricData) -> list[tuple[Uid, float]]:
Expand Down

0 comments on commit 49cfd08

Please sign in to comment.