distilabel icon indicating copy to clipboard operation
distilabel copied to clipboard

[FEATURE] add `#-turn` information to the `ChatTask` when using the `to_argilla` method

Open davidberenstein1957 opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. In this PR, we introduced the ChatTask but we want to add as much information to the data we send to argilla.

Describe the solution you'd like

ds.add_metada_property(
   rg.IntMetadataProperty(
       name="number_of_turns"
       min=0
       max=100
   )

Describe alternatives you've considered N.A.

Additional context N.A.

davidberenstein1957 avatar Jan 10 '24 11:01 davidberenstein1957