Skip to content

Commit

Permalink
Fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmbmb committed Jul 16, 2024
1 parent ecfa12d commit be7ce34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/distilabel/steps/tasks/magpie/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ class Magpie(Task, MagpieBase):
Output columns:
- conversation (`ChatType`): the generated conversation which is a list of chat
items with a role and a message. Only if `only_instructions=False`.
items with a role and a message. Only if `only_instruction=False`.
- instruction (`str`): the generated instructions if `only_instruction=True`.
- model_name (`str`): The model name used to generate the `conversation` or `instruction`.
Expand Down

0 comments on commit be7ce34

Please sign in to comment.