[flagged]
Ask HN: Open-source ChatGPT alternatives?
21–30 of 64 posts
Re: Ask HN: Open-source ChatGPT alternatives?
#22[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".
Re: Ask HN: Open-source ChatGPT alternatives?
#23I'm not very familiar with this space but would have thought "OpenAI" would be at least somewhat open-source. Is this just naming and not relevant to the product at all?
> Is this just naming and not relevant to the product at all? They took funding as an open source non profit. Once they got the money they turned into a closed sourced for-profit censorship machine.
If they keep releasing older models and keep their cutting-edge technology for profit I’m fine with it.
Re: Ask HN: Open-source ChatGPT alternatives?
#24Earlier quoted context omitted.
I don't know if there is an implication here that I don't get, but I don't see the connection between this answer and the question I asked.
You want a large language model. This gives you a large language model.
Re: Ask HN: Open-source ChatGPT alternatives?
#25Open Assistant (started by some of the people that started Stable Diffusion I think?) is very early, but looks very promising. https://open-assistant.io/ https://github.com/LAION-AI/Open-Assistant
Re: Ask HN: Open-source ChatGPT alternatives?
#26Re: Ask HN: Open-source ChatGPT alternatives?
#27Previous 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
Re: Ask HN: Open-source ChatGPT alternatives?
#28I'm not very familiar with this space but would have thought "OpenAI" would be at least somewhat open-source. Is this just naming and not relevant to the product at all?
Re: Ask HN: Open-source ChatGPT alternatives?
#29Earlier quoted context omitted.
Maybe? GPT-J is closer to the AI-Dungeon model of intelligence. It's able to fill in the blank after what you type, but it's hysterically bad at answering precise questions (to the point that I had to nerf it for fun to see how stupid the output could get). It will handle basic natural language and context clues just fine. It's just not very fast, and the generations probably won't be as thorough as ChatGPT.
Am I going to be able to fine tune GPT-J or GPT-JT on consumer hardware?
Re: Ask HN: Open-source ChatGPT alternatives?
#30In terms of models which are reasonably fast to run and easy to install, I think Flan-T5 is one of the best: https://huggingface.co/google/flan-t5-xxl - although out of the box it's more focused on giving short answers and it's very far from ChatGPT.