#14 · Primary category: AI Chatbots

Open-Assistant

ai assistant chatgpt discord-bot language-model machine-learning nextjs python rlhf

OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.

Project last updated:08/17/24

GitHub Stars

37.4K

Forks

3.3K

Contributors

309

License

Apache-2.0

Why we included this project

OpenAssistant was one of the most visible community efforts to build an open alternative to commercial chat assistants. The repo holds the whole stack behind that project: a web frontend, an API, and the crowdsourced data-collection and RLHF training pipeline that shaped the assistant from human-written conversations. Anyone trying to understand how a human-feedback loop for fine-tuning a language model works end to end will find a concrete example here, not just a model card. The released oasst2 dataset, with millions of human-written prompts and ranked responses, is also worth pulling on its own for training or evaluating instruction-following models. Development has stopped, so treat it as a study reference and data source rather than something to build a live product on.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category