Skip to content

Commit e95f9ea

Browse files
Update instruction_backtranslation.md (argilla-io#786)
1 parent a22c7e2 commit e95f9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sections/pipeline_samples/papers/instruction_backtranslation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ As mentioned before, we will put the previously mentioned building blocks togeth
4343
```python
4444
from distilabel.llms import InferenceEndpointsLLM, OpenAILLM
4545
from distilabel.pipeline import Pipeline
46-
from distilabel.steps import LoadDataFromHub
46+
from distilabel.steps import LoadDataFromHub, KeepColumns
4747
from distilabel.steps.tasks import InstructionBacktranslation, TextGeneration
4848

4949

0 commit comments

Comments
 (0)