Unverified Commit 439de3f7 authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

[Fix link in pipeline doc] (#15906)

parent 4cd7ed4b
...@@ -126,7 +126,7 @@ You can pass a whole dataset pipeline: ...@@ -126,7 +126,7 @@ You can pass a whole dataset pipeline:
{'text': 'HO BERTIE ANY GOOD IN YOUR MIND'}] {'text': 'HO BERTIE ANY GOOD IN YOUR MIND'}]
``` ```
For a larger dataset where the inputs are big (like in speech or vision), you will want to pass along a generator instead of a list that loads all the inputs in memory. See the [pipeline documentation](main_classes/pipeline) for more information. For a larger dataset where the inputs are big (like in speech or vision), you will want to pass along a generator instead of a list that loads all the inputs in memory. See the [pipeline documentation](./main_classes/pipelines) for more information.
### Use another model and tokenizer in the pipeline ### Use another model and tokenizer in the pipeline
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment