distilabel icon indicating copy to clipboard operation
distilabel copied to clipboard

[FEATURE] `ArgillaLabeller` `Task`

Open davidberenstein1957 opened this issue 5 months ago • 0 comments

Is your feature request related to a problem? Please describe. It would be cool to be able to label argilla records with Distilabel/LLMs.

Describe the solution you'd like

from distilabel.steps.tasks import ArgillaLabeller

task = ArgillaLabeller(
    fields=["a", "b", "c"],
    question="d"
    setttings=rg.Settings
)

Describe alternatives you've considered Using zero shot models and such

Additional context NA

davidberenstein1957 avatar Sep 17 '24 18:09 davidberenstein1957