Fixed typo in README (#7233)

This commit is contained in:
Sameer Zahid
2020-09-18 12:52:43 +04:00
committed by GitHub
parent 7719ecd19f
commit 5c1d5ea667

View File

@@ -48,7 +48,7 @@ Here are a few examples:
## Quick tour ## Quick tour
To immediately use a model on a given text, we provide the `pipeline` API. Pipelines group together a pretrained model with the preprocessing that was used during that model training. Here is how to quickly use a pipeline to classify postivive versus negative texts To immediately use a model on a given text, we provide the `pipeline` API. Pipelines group together a pretrained model with the preprocessing that was used during that model training. Here is how to quickly use a pipeline to classify positive versus negative texts
```python ```python
>>> from transformers import pipeline >>> from transformers import pipeline