gittensor-ai-lab/sparkinfer: raise credibility threshold to 40% (min_credibility 0.4)#1564
Closed
ai-hpc wants to merge 1 commit into
Closed
gittensor-ai-lab/sparkinfer: raise credibility threshold to 40% (min_credibility 0.4)#1564ai-hpc wants to merge 1 commit into
ai-hpc wants to merge 1 commit into
Conversation
…40%) Require >= 40% contributor credibility to earn on sparkinfer — raises the bar against low-credibility sybil/copycat farming (documented in the repo's .github/FLAGGED.md). Only min_credibility changes (0.0 -> 0.4); maintainer_cut / emission_share / label_multipliers untouched.
406d41e to
3453192
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sets the sparkinfer eligibility
min_credibilityto0.4(40%) inmaster_repositories.json— a contributor must reach ≥40% credibility before earning emissions on this repo.Why: sparkinfer has seen repeated low-credibility farming — sybil pairs and coordinated copycat rings (documented in the repo's
.github/FLAGGED.md). A 40% credibility floor makes fresh throwaway/sybil accounts ineligible until they've built a real track record, without affecting established contributors. Speedup-only scoring (fixed_base_score,eval:*label multipliers) is unchanged; this only gates who is eligible.Only the sparkinfer entry's
min_credibilitychanges (0.0 → 0.4); everything else (maintainer_cut, emission_share, label_multipliers) is untouched.