Update README.md

This commit is contained in:
Cardiff NLP 2021-04-17 06:29:57 +00:00 committed by huggingface-web
parent 856553beaa
commit d80dae4ef8
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ sentiment_task("T'estimo!")
```
Output:
```
[{'label': 'LABEL_2', 'score': 0.6600581407546997}]
[{'label': 'Positive', 'score': 0.6600581407546997}]
```
## Full classification example