HACKER Q&A
📣 robopsychology

Where can I find a list of self-hosted LLMs?


I am playing about with open source self-hosted LLMs but can't find a definitive list. Do any exist?

Fwiw my project is comparing LLMs performance on Project Euler problems however so far I only have FLAN-T5 running locally (and it sucks at Project Euler, unless I'm using it completely terribly!) https://github.com/robopsychology/project-euler-llm


  👤 tikkun Accepted Answer ✓
Alpaca seems to be the best one, though I'm sure someone will do a GPT-4 fine tuned of Alpaca soon and that'll then be the best one. Most of the other ones I've tried have been not good.

👤 tripplyons
Many open-source language models can be found on the HuggingFace model hub:

https://huggingface.co/models


👤 homarp
there was this 'list of totally open alternatives to ChatGPT' - https://news.ycombinator.com/item?id=35243435 a few days ago.

👤 satvikpendem