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.
Reddit could provide a good source for training data, especially since the tree-like structure allows for multiple continuations of a conversation, which is amenable to ranking. Probably, not every subreddit...
We want to be able to run fully on user-submitted data. Thus, when a user is asked to provide a prompt, and does so, we would like to be able...
## Current logged-in index page looks boring, so I figured I could make it more pretty. ## From This:  ## To This:   ### Whats Included: - new...
Log user responses chronologically in a journal table #72. Ratings and Rankings are directly stored in the journal, text-replies currently not.
# Dark Mode Implementation ## Reasons - Night Owl users like me would like to have a way to switch the websites appearance to something more dark for the protection...
May community members spend a lot of time scraping, building, or otherwise assembling datasets that could be useful for training the assistant. We want to collect all of this data...
Add a reward-head (linear projection of the model's embedding to a scalar value) to [martiansideofthemoon/rankgen](https://github.com/martiansideofthemoon/rankgen) & [RankGen paper](https://arxiv.org/abs/2205.09726)) and train it on human-feedback (good-bad example pairs) of the [openai/summarize-from-feedback](https://github.com/openai/summarize-from-feedback) dataset...
This PR is linked to this issue: Better UI Choice #74
Text labels are described in #40 . Make sure the user can submit those for every post they see.
we want to run integration tests of the entire stack: backend + discord bot frontend. this requires pulling both up, including possibly a temporary postgres database for the backend, initializing...