logoalt Hacker News

JesseHowelltoday at 9:31 AM1 replyview on HN

Really cool that every model is actually tested for accuracy instead of just claiming it works, I think alot of 'we support everything' tools skip that step. How are you checking accuracy for models that don't have an obvious "official" version to compare against?


Replies

sipjcatoday at 9:44 AM

Every model with open weights has some code which can be used to inference it. So we download the published weights and run against inference library they suggest, be it transformers, Nemo, etc