Skip to content

Commit 3ad2cac

Browse files
Update ultrafeedback.md (argilla-io#791)
1 parent e95f9ea commit 3ad2cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sections/pipeline_samples/papers/ultrafeedback.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ distiset = pipeline.run(
225225
Finally, we can optionally push the generated dataset, named [`Distiset`][distilabel.distiset.Distiset], to the Hugging Face Hub via the `push_to_hub` method, so that each subset generated in the leaf steps is pushed to the Hub.
226226

227227
```python
228-
dataset.push_to_hub(
228+
distiset.push_to_hub(
229229
"ultrafeedback-instruction-dataset",
230230
private=True,
231231
)

0 commit comments

Comments
 (0)