mashdragon

Results 18 issues of mashdragon

If a user skips a task for any reason, the task shouldn't be served to that user ever again.

backend
beta feedback

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...

feature
needs discussion

In the ranking task, and possibly elsewhere, whitespace isn't rendered properly in the choices: ![image](https://user-images.githubusercontent.com/122402293/215361448-c6be5cfb-d3ef-4268-a07d-4340bc617141.png) This also occurs in the modal: ![image](https://user-images.githubusercontent.com/122402293/215361526-a685f386-ee84-42fd-b3ff-9d0ac167053c.png) See commit 51a1d9a which is a related fix.

website
UI/UX
beta feedback

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...

documentation

Adds Markdown rendering support. Closes #837.

website

### 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....

bug

### 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:...

bug

### 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...

bug

### 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...

enhancement