LAION-AI / LAION-AI/Open-Assistant
Allow cancellation of prediction while running prompt
Open
@0xfacade is already working on this.
Since May 22, 2023.
inference
- Dominant language
- Python
- Stars
- 37.4k
- Forks
- 3.3k
- PR merge metrics
- No merged PRs in 30d
Description
Open Assistant is great, but sometimes it will predict a long answer where I can spot a misinterpretation right away. Whether this is because my prompt was faulty and I realise this too late, or the model hallucinates. Either way, having to wait for the entire prediction to load significantly reduces the UX (due to waiting time). It would be useful to be able to abort the prediction.
Model OA_SFT_Llama_30B_6
Top K 50
Top P 0.95
Temperature 0.9
Repetition penalty 1.2
Max new tokens 1024
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.