Open-Assistant icon indicating copy to clipboard operation
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.

Results 1553 Open-Assistant issues
Sort by recently updated
recently updated
newest added

Added dataset of 100k c++ function and their summaries. Resolves #2796.

data

Referencing issue #2756 , this is my current progress ![image](https://user-images.githubusercontent.com/67989420/233512086-b9a19b25-b99f-4c84-b287-58aa75ec81d3.png) Would love some feedback!

Brendan Dolan-Gavitt shared a dataset of 100K c++ functions with annotations and tags generated by GPT-3.5 turbo. https://twitter.com/moyix/status/1644355889602654210 For example: ``` int gg_set_focus_pos(gg_widget_t *widget, int x, int y) { return...

data

After trying a bunch of methods I found this is the easiest way to do it. Other approaches are way more complicated. Also found this lib https://github.com/compulim/react-scroll-to-bottom OAI also uses...

Original PR history was broken. Encode: xor_codec.py output_dir/ model_dir/ llama_dir/ --encode Decode: xor_codec.py output_dir/ delta_dir/ llama_dir/ --------- Co-authored-by: umbra-scientia

You can see this bug on dev or staging if you try changing the model couple of times. Somewhere within the mess of server side / client side rendering the...

website

This PR adds LoRA and prefix-tuning as modelling options (training and sampling code). Both have shown strong performance and can outperform fine-tuning. They also can protect against the catastrophic forgetting...

Changes: - [x] Added pythia model to discord bot - [x] Added a button in the answers that shows the model used - [x] Added a selector when click the...

There is no option to delete historical sessions

Currently, data needs to be manually downloaded and a path specified via config to train on OpenAssistant datasets (both internal and https://huggingface.co/datasets/OpenAssistant/oasst1/blob/main/2023-04-12_oasst_ready.trees.jsonl.gz) so that the tree can be parsed by...

data
good first issue