LAION-AI / LAION-AI/Open-Assistant

Add automated task fulfillment

Open
#387 2 comments 0 reactions 1 assignee View on GitHub

@layterz is already working on this.

Since May 3, 2023.

  • #3029 by @layterz — open
backend
Dominant language
Python
Stars
37.4k
Forks
3.3k
PR merge metrics
No merged PRs in 30d

Description

During data collection, every task (create some text, rank some stuff, etc.) is posed to a human. We want to be able to delegate a fraction of this to automated systems (i.e. the cohere api, or a model that we have trained, either on synthetic, or eventually on the human data).
This means, that when, for example, the next task would be to "act as the assistant" and reply to a given conversation, we would dispatch that to somewhere automated, not give it to a human.
We should be able to control the frequency of this and the available endpoints. Ideally, all automated systems are available as APIs over the network, so that we don't have to run some large model inside the backend app. I suggest to start with some open huggingface endpoint.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.