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.
In case the user asks a textual question (I. E. "When was the ISS launched?") it would be valuable if the model would not only respond with the correct answer...
One of the baselines presented in the InstructGPT [paper](https://arxiv.org/pdf/2203.02155.pdf) is a "properly" prompted GPT-3 model (see footnote 6 and section 3.5). Before the specified instruction/prompt by the user, a specified...
It might be interesting to train on how people talked before 2015 for orangevious reasons. One good source could be this old time capsule, GeoCities. https://academictorrents.com/details/2dc18f47afee0307e138dab3015ee7e5154766f6 There could be other...
what about having ability to just email [email protected] or something and then get a nice email with a task that user can then just respond to via text of the...
Based on #313 , we are having issues with model evaluation in the reward model trainer (code in model/ranking). It seems that the evaluation results are not being computed and...
Here are the improvements that I made: Imported the logging module and used it to set up the loggers, rather than using the deprecated logging.config.fileConfig function. Renamed the sqlmodel module...
I basically converted the [changes](https://github.com/LAION-AI/Open-Assistant/pull/187/files#diff-3fde9d1a396e140fefc7676e1bd237d67b6864552b6f45af1ebcc27bcd0bb6e9) in the ```docker-compose.yaml``` to the ansible playbook and tweaked it a bit. I further added an ansible inventory file for local testing and docs.
add a demo for RankGen Classification as proposed in: https://github.com/LAION-AI/Open-Assistant/issues/382#issue-1519347873 Doesn't use https://github.com/anthropics/hh-rlhf just yet.
This is related to issue #258 Created a new component `SocialLoginButton` which acts as the parent component for the buttons in `signin` page.