logoalt Hacker News

postalcodertoday at 4:34 PM1 replyview on HN

Nice! I was considering doing this but the Pangram API is very expensive. Then I considered training my own model and I fortunately stopped at the edge of that rabbit hole.


Replies

nilsherzigtoday at 4:43 PM

Yea very expensive (hence me siphoning another page haha).

Im trying to get something cheaper to work, Pangram has some nice docs on how to build something like their service https://github.com/pangramlabs/EditLens, they even have training data online.

The harm a missclassification carries is much lower for a hn post than a masters thesis, so we might be fine with a worse model.

show 1 reply