6 ms·
Show HN: Grammarly-like extension for any language
- allan_s 2y agoDoes something like this exists for firefox and opensource with local llm (one can dream) ? Or are llm fitted for this still too resource intensive ?
- BWStearns 2y agoAs far as I know there's not really LLMs good enough that can run locally. Maybe with the R1 improvements and future derivative work that'll change. We use about 4-6 calls per improvement and use a mix of Anthropic and OpenAI. Interestingly we really couldn't get sufficiently good performance from just one model. It's interesting how they can be good or bad at different tasks where one task doesn't seem materially harder than the other.
- allan_s 2y agoThanks for the feedback, very interesting. In the meantime I've seen this model https://huggingface.co/FPHam/Karen_TheEditor_V2_STRICT_Mistral_7B https://huggingface.co/FPHam/Karen_TheEditor_V2_STRICT_Mistr... , I would be interested how it compares. (though it seems specifically fine-tuned for american english)