From 5c1d5ea667b919699fafec4db2559c21e60f882f Mon Sep 17 00:00:00 2001 From: Sameer Zahid <33743210+sunnyville01@users.noreply.github.com> Date: Fri, 18 Sep 2020 12:52:43 +0400 Subject: [PATCH] Fixed typo in README (#7233) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6b6702022..c12fdc63f6 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Here are a few examples: ## 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 >>> from transformers import pipeline