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.
Now we are obtaining the inference from huggingface of the Detoxify Roberta based on a message, but I am wondering how this will be included in the workflow: - this...
Right now `website/src/pages/dashboard` includes a nice `Sidebar` with multiple menu options and then presents the select page's contents. This is a great design that would be nice to use in...
Add UI buttons to the page created by #428 to support evaluating the responses from the models. This should start with a simple thumbs up and thumbs down style evaluation...
After a user has prompted a live model, we need an API route that receives some evaluation of the models output. It should use the table in #429 and include...
This should expand the prisma schema to log a user rating of a live model's response. To start this should be some positive/negative rating but later could be expanded to...
This new page should query the path made in #425 with a prompt written by the user and then display the results. The user should be able to request a...
This requires: - [ ] In the handler created in #425, we should log each request + response interaction in the table created in #426.
This requires: - [ ] A new database Table that stores each `prompt`, `model_id`, `response` tuple and associates it with the requesting user. This is expected to later be replaced...
Added an example for OpenBugger that can bug python code either in string or from a imported class to generate training samples for interactive code debugging. The code will clone...
https://colab.research.google.com/drive/1Sw3px5dP8whdqT7QMNoqwmqIasZkMbJi?usp=sharing I created synthetic instruciton dialog for the SODA dataset. We need to take this colab and add new types of dialog template (maybe even expand continuations using gpt) and...