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.
Closes #86 Considered Playwright which looked great as well. Read more about the pros and cons in the issue. Examples tests are included and described in the `./cypress/README.md` file. I...
Created a detoxify evaluation notebook and a readme file containing a summary
We want to export the human-feedback ranking results for training of the reward model. Our database contains message-trees, e.g. see our [high level data structure overview](https://docs.google.com/presentation/d/1iaX_nxasVWlvPiSNs0cllR9L_1neZq0RJxd6MFEalUY/edit?usp=sharing) document. We have ranking...
In the DB we are dealing with message trees. We need REST endpoints to query single messages, conversations & message-trees. `post_id` here means PK of `post` table in db. The...
This should make the project easier to find through github search and such. 
Ranking tasks #33 #34 implemented in #127 and #154 use simple up / down buttons for ranking the items. Use Drag and drop with https://dndkit.com/ to create a more interactive...
Many people are collecting data, for example scraping websites, etc. We need a framework (guidelines, how-to's, documented processes, etc.) on how that data does not get lost and gets made...
The website writes a copy of a fetched task to a local database and associates it with the user id fetching the task. It seems that when using debug credentials,...