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.
resolves #415 This creates the "🥤SODA Synthetic Dialogue" dataset following the instructions as described in [datasets.md](https://github.com/LAION-AI/Open-Assistant/blob/main/docs/docs/data/datasets.md). Since this is the first dataset added to the repo, I followed the instructions...
Second try of commiting for https://github.com/LAION-AI/Open-Assistant/issues/460
Create an FAQ section and add it to docs site. - create a `/docs/docs/faq/faq.md` file. - update `/docs/sidebar.js` to add it to sidebar of docs site. I'd be happy to...
The main create and evaluate task pages use a central Task.tsx component but don't of the others don't and this leads to some duplications and inconsistencies. This task aims to...
I'm getting the following error when spinning up on a Mac with an M1: Error response from daemon: platform linux/arm64/v8 not supported 
If we list the recent actions/ratings that have contributed to the user's score on their account page they will be better able to see how they are getting points and...
Making the users own score more prominent will probably increase gamification. If we include it in the header, maybe next to the account button, it will always be visible. This...
When reporting a message and adding tags to it the user currently has to first check the category on the left then set the value for it. If they try...
Implementing the calculation of the message toxicity in the workflow as well as storing its value in the database.
The scrolls dataset is interesting because it is a long text dataset. the task is to experiment with breaking the information into a dialog paths, including the final task (qa,...