Unverified Commit 5c1d5ea6 authored by Sameer Zahid's avatar Sameer Zahid Committed by GitHub
Browse files

Fixed typo in README (#7233)

parent 7719ecd1
...@@ -48,7 +48,7 @@ Here are a few examples: ...@@ -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
......
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