Open-Assistant
Open-Assistant copied to clipboard
OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.
playing around with similar idea to this PR. https://github.com/LAION-AI/Open-Assistant/pull/327 changes: - make devcontainer more generic as opposed to launching into any specific service. - add readme to .devcontainer folder. -...
Fixing the problem described [hear](https://github.com/LAION-AI/Open-Assistant/issues/276#issuecomment-1369833744)
#78 As per discussion with @theblackcat102 I built the rankgen trainer on top of their framework ([wandb](https://wandb.ai/bobakhashemi/reward-model/runs/2sgitozt?workspace=user-bobakhashemi)). The model seems to be training now in fp32. Apparently t5 has some...
Re: #279, it should be pretty possible to automatically create a huge data set made of functions and unit tests that cover the functions. This could work in both directions:...
As part of phase 1, demonstration data is collected. I would like to contribute such data: - should it go into this repo or somewhere else? - should it be...
Sometimes it is not enough to find a solution to a problem using stackoverflow, sometimes you can find it in github issues. Also the structure of the issue is presented...
Set the stroke of the menu icon based on the current color mode. Before: After:
The backend now provides a `/api/v1/messages/` endpoint that returns by default the 10 latest messages stored. We should present these somewhere on the home page when a user is logged...
Going more specific for https://github.com/LAION-AI/Open-Assistant/issues/279, the general idea is writing a small package that can bug working python methods to generate an instruction dataset for debugging, with these types of...