ccasimiro commited on
Commit
84da7be
1 Parent(s): fa065c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -89,8 +89,14 @@ for prediction in predictions:
89
  prediction['score'] = logit(prediction['score'])
90
  print(predictions)
91
  ```
 
 
 
 
 
 
92
 
93
- 1: avoid using the widget scores since they are normalized and do not reflect the original annotation values.
94
  ## Citing
95
  If you use any of these resources (datasets or models) in your work, please cite our latest paper:
96
  ```bibtex
 
89
  prediction['score'] = logit(prediction['score'])
90
  print(predictions)
91
  ```
92
+ Expected output:
93
+ ```
94
+ [{'label': 'SIMILARITY', 'score': 2.4280577200108384},
95
+ {'label': 'SIMILARITY', 'score': 2.132843521240822},
96
+ {'label': 'SIMILARITY', 'score': 1.615101695426227}]
97
+ ```
98
 
99
+ <sup>1</sup>:avoid using the widget scores since they are normalized and do not reflect the original annotation values.
100
  ## Citing
101
  If you use any of these resources (datasets or models) in your work, please cite our latest paper:
102
  ```bibtex