gonzalez-agirre commited on
Commit
148698a
1 Parent(s): 612eee4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -98,9 +98,9 @@ print(predictions)
98
  ```
99
  Expected output:
100
  ```
101
- [{'label': 'SIMILARITY', 'score': 2.2975975792221486},
102
- {'label': 'SIMILARITY', 'score': 2.4812691815397376},
103
- {'label': 'SIMILARITY', 'score': 1.090076983490159}]
104
  ```
105
 
106
  <sup>1</sup> _**avoid using the widget** scores since they are normalized and do not reflect the original annotation values._
 
98
  ```
99
  Expected output:
100
  ```
101
+ [{'label': 'SIMILARITY', 'score': 2.118301674983813},
102
+ {'label': 'SIMILARITY', 'score': 2.1799755855125853},
103
+ {'label': 'SIMILARITY', 'score': 0.9511617858568939}]
104
  ```
105
 
106
  <sup>1</sup> _**avoid using the widget** scores since they are normalized and do not reflect the original annotation values._