gonzalez-agirre
commited on
Commit
·
238324c
1
Parent(s):
64436b5
Update README.md
Browse files
README.md
CHANGED
@@ -94,9 +94,9 @@ print(predictions)
|
|
94 |
```
|
95 |
Expected output:
|
96 |
```
|
97 |
-
[{'label': '
|
98 |
-
{'label': '
|
99 |
-
{'label': '
|
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._
|