luisespinosa
commited on
Commit
โข
b8a6046
1
Parent(s):
d80dae4
Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,6 @@ model_path = "cardiffnlp/twitter-xlm-roberta-base-sentiment"
|
|
24 |
sentiment_task = pipeline("sentiment-analysis", model=model_path, tokenizer=model_path)
|
25 |
sentiment_task("T'estimo!")
|
26 |
```
|
27 |
-
Output:
|
28 |
```
|
29 |
[{'label': 'Positive', 'score': 0.6600581407546997}]
|
30 |
```
|
|
|
24 |
sentiment_task = pipeline("sentiment-analysis", model=model_path, tokenizer=model_path)
|
25 |
sentiment_task("T'estimo!")
|
26 |
```
|
|
|
27 |
```
|
28 |
[{'label': 'Positive', 'score': 0.6600581407546997}]
|
29 |
```
|