gonzalez-agirre commited on
Commit
238324c
·
1 Parent(s): 64436b5

Update README.md

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