Quick tour (#5145)

* Quicktour part 1

* Update

* All done

* Typos

Co-authored-by: Thomas Wolf <thomwolf@users.noreply.github.com>

* Address comments in quick tour

* Update docs/source/quicktour.rst

Co-authored-by: Lysandre Debut <lysandre@huggingface.co>

* Update from feedback

Co-authored-by: Thomas Wolf <thomwolf@users.noreply.github.com>
Co-authored-by: Lysandre Debut <lysandre@huggingface.co>
This commit is contained in:
Sylvain Gugger
2020-06-22 16:08:09 -04:00
committed by GitHub
parent 75e1eed8d1
commit 417e492f1e
7 changed files with 468 additions and 227 deletions

View File

@@ -17,7 +17,7 @@ The pipeline abstraction
The `pipeline` abstraction is a wrapper around all the other available pipelines. It is instantiated as any
other pipeline but requires an additional argument which is the `task`.
... autofunction:: transformers.pipeline
.. autofunction:: transformers.pipeline
The task specific pipelines