Update README.md
Browse files
README.md
CHANGED
@@ -50,7 +50,7 @@ The results show that training on FEEL-IT can provide better results on the SENT
|
|
50 |
```python
|
51 |
from transformers import pipeline
|
52 |
classifier = pipeline("text-classification",model='MilaNLProc/feel-it-italian-sentiment',top_k=2)
|
53 |
-
prediction = classifier("Oggi sono proprio contento!"
|
54 |
print(prediction)
|
55 |
```
|
56 |
|
|
|
50 |
```python
|
51 |
from transformers import pipeline
|
52 |
classifier = pipeline("text-classification",model='MilaNLProc/feel-it-italian-sentiment',top_k=2)
|
53 |
+
prediction = classifier("Oggi sono proprio contento!")
|
54 |
print(prediction)
|
55 |
```
|
56 |
|