luisespinosa commited on
Commit
b8a6046
โ€ข
1 Parent(s): d80dae4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
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
  ```