diff --git a/README.md b/README.md index d8b051b..28cfb6b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ sentiment_task("T'estimo!") ``` Output: ``` -[{'label': 'LABEL_2', 'score': 0.6600581407546997}] +[{'label': 'Positive', 'score': 0.6600581407546997}] ``` ## Full classification example