distilabel
distilabel copied to clipboard
[FEATURE] `ArgillaLabeller` `Task`
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