mashdragon
mashdragon
If a user skips a task for any reason, the task shouldn't be served to that user ever again.
As with all crowdsourcing efforts, there is the problem of quality control. Usually, crowdsourced decisions are achieved via consensus by many users performing the same task. In our case, there...
In the ranking task, and possibly elsewhere, whitespace isn't rendered properly in the choices:  This also occurs in the modal:  See commit 51a1d9a which is a related fix.
Getting to write an initial prompt puts you in a powerful position. You get to dictate what the other participants will talk about and have greater influence over the model...
It wasn't until I stumbled across the `docs/` folder that I realised there was more documentation than just the Readme file and the web application. I think it would be...
### Describe the bug I am trying to run the `OpenAssistant/oasst-sft-1-pythia-12b` model. My GPU is not big enough to support the whole model, so I run with the `--cpu` flag....
### Describe the bug When trying to generate new tokens with `--cpu` and the OpenAssistant_oasst-sft-1-pythia-12b model, the calls silently fail and return `"data": [null]` and a very fast response time:...
### Please check that this issue hasn't been reported before. - [X] I searched previous [Bug Reports](https://github.com/OpenAccess-AI-Collective/axolotl/labels/bug) didn't find any similar reports. ### Expected Behavior `axolotl.cli.merge_lora` is able to merge...
### Describe your feature request here. I would like to run "somewhat untrusted" JavaScript code in PythonMonkey in a sandbox with restrictions on what it is allowed to do. For...