Opus finding
Filter-noise rule for trivial fine-tunes can drop high-signal DEBUT artifacts
lowbugmedium
- skills/huggingface-trending/SKILL.md:62-70
As written, the second clause ("<5 likes AND <100 downloads") is OR'd into the trivial-fine-tunes filter and is not scoped to fine-tunes — it applies to any model. Combined with step 4's DEBUT tag (createdAt within 7 days), a brand-new, genuinely interesting model published today will almost always have <5 likes and <100 downloads and will be filtered out before momentum tagging ever runs. The 'judgment call' escape hatch in step 2 mitigates this, but the rule as stated contradicts the DEBUT category's intent.
Recommendation
Scope the likes/downloads threshold to entries whose id matches the fine-tune suffix patterns, or exempt entries with createdAt within 24–48h from the likes/downloads minimum so DEBUT picks survive.