antypasd commited on
Commit
d7b2570
1 Parent(s): a65018f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
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': 'gaming', 'score': 0.899931013584137},
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