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.
We have a new `DatasetEntry` class which helps us to generalize over datasets and enforce a common formatting. We need to implement this class for a couple of more datasets:...
I think being able to flag, tag and rate chat responses in the chat UI could maybe be a very useful capability for a few different things. - Could be...
Currently the `DatasetEntry` class cannot be used for reward model training, and a `NotImplementedError` is thrown, see https://github.com/LAION-AI/Open-Assistant/blob/main/model/model_training/custom_datasets/formatting.py#L88. This should be fixed as soon as possible. The response structure can...
We need chat deletion (#2582) and data opt out (#2580) first.
Currently there is no functionality to change as we don't have a mechanism of exporting chats.
Investigate how this can happen & see how to fix it
Open Assistant is great, but sometimes it will predict a long answer where I can spot a misinterpretation right away. Whether this is because my prompt was faulty and I...
On Google pixel 6 I see this in a new chat:  I have to scroll down to see the input:  Was showing a family member chat on their...
Added a few logs of what I think could be causing an undefined user value. closes #2701
This fixes display names spilling over the rest of the ui. Below is an image showing what the result looks like on the leader board.  Closes #2851