Update README.md
Browse files
README.md
CHANGED
@@ -46,8 +46,7 @@ pipe = pipeline('text-classification', model="cardiffnlp/twitter-roberta-large-t
|
|
46 |
predictions = pipe(text)[0]
|
47 |
predictions = [x for x in predictions if x['score'] > 0.5]
|
48 |
predictions
|
49 |
-
>> [{'label': '
|
50 |
-
{'label': 'sports', 'score': 0.5215537548065186}]
|
51 |
```
|
52 |
|
53 |
## Citation Information
|
|
|
46 |
predictions = pipe(text)[0]
|
47 |
predictions = [x for x in predictions if x['score'] > 0.5]
|
48 |
predictions
|
49 |
+
>> [{'label': 'sports', 'score': 0.99379563331604}]
|
|
|
50 |
```
|
51 |
|
52 |
## Citation Information
|