Hacker News new | ask | show | jobs
Ask HN: An Offline ChatGPT Alternative?
3 points by DBformore 1204 days ago
2 comments

You can see here the most downloaded models from the Hugging Face transformers hub: https://huggingface.co/spaces/huggingface/transformers-stats

If I'm not mistaken these will be some of the best sota language models to try:

- Flan-T5

- OPT

- Distilbert

- GPT-J

Look into PEFT to fit finetuning on a consumer-grade device. You'll have to roll your own RLHF though.. :)

Been asked here before, but this was interesting:

https://old.reddit.com/r/programming/comments/szqq5m/gptj_is...