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.
As repo getting popular, it might be engaging users to see star history to see the latest trend
I need the OA to use CUDA version 11.3. It appears that it is built around 11.8 or greater. Although I changed the docker image from nvidia/cuda:12.0.0-devel-ubuntu22.04 to nvidia/cuda:11.3.0-cudnn8-devel-ubuntu20.04 in...
- add Utterance class to carry message properties (including role for debugging) - separate SFT & RM DatasetEntry classes - update unit tests - fill DatasetEntry properties from OA dataset...
This is the suggestion for a major refactoring of the data preprocessing in the model_training `trainer_sft`, `trainer_rm` and `trainer_rl` logic. The crucial point here is 4. but we need the...
Follow-up to #2641
I propose adding language filtering to the following boards: - /admin/ (users board) (matching the design of the TrollBoard, to add other search field like name, mail and other in...
Suggesting this design for #2695 It makes the button shaped like a dialogue bubble similar to the OA logo.
Fixed package naming errors, hard coding of tokenizer and error `RuntimeError: "LayerNormKernelImpl" not implemented for 'Half'` (cause by using CPU instead of GPU)