MysteryInc152 t1_j5uvo3i wrote
Reply to comment by Kamimashita in [D]Are there any known AI systems today that are significantly more advanced than chatGPT ? by Xeiristotle
Nothing that would beat Open AI's stuff (Google's stuff) is open for inference or finetuning from the public.
I think the best Open source alternative is this
https://github.com/THUDM/GLM-130B
https://huggingface.co/spaces/THUDM/GLM-130B
But it's not finetuned for instruction so you have to prompt/approach it like a text completer. And also you'll need a 4x3090 to get it running locally.
The best open source instruction finetuned models are the flan t5 models
https://huggingface.co/google/flan-t5-xxl
If you're not necessarily looking for open source but still actual alternatives that aren't just an API wraparound of GPT, you can try cohere
Good thing is that it's completely free for non commercial or non production use
or alephalpha
Not free but the pricing is decent and they have a visual language model as well. Something like flamingo
https://www.deepmind.com/blog/tackling-multiple-tasks-with-a-single-visual-language-model
Viewing a single comment thread. View all comments