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.
Pre-commit::Lint website requires bash, it can be resolved by installing WSL + Ubuntu but that still throws errors as nodejs scripts are downloaded with windows encodings ``` /mnt/g/Program Files/nodejs/npm: line...
[based on discord conversation with @yk , Huu Nguyen , @christophschuhmann ; please edit if i got something wrong] __Hypothesis:__ it might be that training adapters to a much larger...
From comment https://github.com/LAION-AI/Open-Assistant/issues/158#issuecomment-1367630126 When doing tasks on device with a small screen, it may happen that the text for one of the tasks is large enough to cover the entire...
Is it possible someone who has some experience with with youtube or other video scraping to create transcripts of free/opensource lectures from youtube or other video sites preferably where there...
As per https://github.com/LAION-AI/Open-Assistant/issues/175 redis setup to be used for rate limiting - maybe BE cache down the line. I have updated the docker compose file to include redis + redis...
Write a quick test suite of around a dozen basic "happy path" or "smoke test" cases, stored in an .md somewhere. The idea is you can refer to these cases...
https://stackexchange.com/sites After reading a discussion here about how to build a model that detects "instruction-like" conversations on Twitter, I was wondering about data sources that are in instruction format by...
A large part of making the assistant is to teach it to follow instructions. While training using RLHF seems like the main ingredient, there are already prepared supervised instruction-following datasets...
e.g. which "Bot Permissions" check boxes have to be checked at https://discord.com/developers/ for [ALL_UNPRIVILEGED](https://docs.hikari-py.dev/en/latest/reference/hikari/intents/). For example all privileged gateway intents need to be activated: - presence intent - server members...
Running `npm run build` reveals a large number of small warnings. We should do a full pass over and clean them up.