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 should have a sensible hierarchy that will keep urls consistent. I'm thinking something like: * `/create/[task_type]` for anything where someone has to write free-form responses (namely where the update...
The first step in InstructGPT (https://openai.com/blog/instruction-following/) is supervised fine-tuning on human instruction data. Our website and bot are being created to collect this data. Meanwhile, we can already try out...
Originally, the frontends were supposed to be stateless, but it turns out more and more that it might be a better path to make the frontends minimally stateful, specially with...
We want to generate statistics about recent user interactions and calculate scores for a leaderboard (gamification). As a first step we will log all important user interactions into a 'journal'...
Evaluate if [unitaryai/detoxify](https://github.com/unitaryai/detoxify) could be used to automatically filter prompts (e.g. compute for all posts submitted to the db). Or whether it maybe could be used in a security-layer that...
Adding submit of the signup form when clicking "Enter"
Text labels are described in #40 . Make sure the user can submit those for any post they see.
Hi! I'm testing `http://localhost:3000/grading/grade-output#` page. 1. Click on rating button (e.g. `3`) 2. It gets highlighted with blue border 3. Check the box (e.g. `Contains violent content`) 4. Highlighting on...
This provides an almost complete configuration to deploy the web on AWS backed with scalable services like Fargate and a Serverless Aurora Postgres database. This includes some initial documentation on...
It would be good after the first MVP is built to have some statistics on the "open" coverage the assistant has current difficulty with (lack of training data), and even...