Release 2.4.1
Sid-Data-Universe
released this
14 Nov 17:37
·
158 commits
to main
since this release
Announcing Release 2.4.1
This release is focused on improving vTrust by adjusting the speed at which models receive (and lose) weight internally for each validator.
Subnet
- Leaderboard has been updated to better handle old models become the top model due to a competition adjustment.
Validators
-
The alpha validators use for their weight moving average has been adjusted from 0.5 to 0.05.
- This will improve vtrust when a new top model arrives since validators will no longer shift their weights so rapidly.
-
The minimum internal weight before a validator starts setting weights on the chain for a miner has been adjusted to 0.1.
- This will help avoid blips where one model gets lucky on a single set of samples.
- It takes 3 cycles of winning in a row to go from 0 weight to 0.143 weight and cross the 0.1 threshold.
- It takes 45 cycles of winning in a row to go from 0 weight to 0.901 weight and ensure one model receives all of the weight.