Live data from Hacker News

Ask HN: Open-source ChatGPT alternatives?

news.ycombinator.com

1–10 of 64 posts

Ask HN: Open-source ChatGPT alternatives?

#1
What's the state of the art in open source GPT models right now, in practical terms? If your typical use case is taking a pretrained model and fine tuning it to a specific task, which LLM would yield the best results while running on consumer hardware? Note that I'm specifically asking for software that I can run on my own hardware, I'm not interested in paying OpenAI $0.02 per API request.

I'll start the recommendations with Karpathy's nanoGPT: https://github.com/karpathy/nanoGPT

What else do we have?

Re: Ask HN: Open-source ChatGPT alternatives?

#2
This runs fine in RAM constrained (https://huggingface.co/EleutherAI/gpt-neo-125M

It's bigger brother, 1.3b, uses ~5.5gb of memory but yields slightly more GPT-like answers. Both take ~5-20 seconds to generate a response though, so take that into account when building with it.

Re: Ask HN: Open-source ChatGPT alternatives?

#6
post #3

[flagged]

Did you generate this with Bing? I don't believe this answer is human-written. It describes 2 separate projects with the words "It is available on GitHub and can be used in various research projects".

It’s also not very up to date which is suspicious for such a precise answer.

Re: Ask HN: Open-source ChatGPT alternatives?

#8

You also have GPT J 6B and BLOOM but to be honest they are not like ChatGPT. https://huggingface.co/EleutherAI/gpt-j-6B https://huggingface.co/bigscience/bloom

Can you elaborate on how they are not like ChatGPT? I was looking into GPT-JT (built on top of GPT J you mentioned). If I spend the time to actually finetune and run inference with one of these models, am I likely going to be disappointed at the results?

Re: Ask HN: Open-source ChatGPT alternatives?

#9
Previous related discussions:

https://news.ycombinator.com/item?id=34115698

https://news.ycombinator.com/item?id=33955125

https://news.ycombinator.com/item?id=34163413

https://news.ycombinator.com/item?id=34628256

https://news.ycombinator.com/item?id=34147281

https://news.ycombinator.com/item?id=34445873

Post reply on HN