We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecfa12d commit be7ce34Copy full SHA for be7ce34
src/distilabel/steps/tasks/magpie/base.py
@@ -219,7 +219,7 @@ class Magpie(Task, MagpieBase):
219
220
Output columns:
221
- conversation (`ChatType`): the generated conversation which is a list of chat
222
- items with a role and a message. Only if `only_instructions=False`.
+ items with a role and a message. Only if `only_instruction=False`.
223
- instruction (`str`): the generated instructions if `only_instruction=True`.
224
- model_name (`str`): The model name used to generate the `conversation` or `instruction`.
225
0 commit comments