gonzalez-agirre
commited on
Commit
·
148698a
1
Parent(s):
612eee4
Update README.md
Browse files
README.md
CHANGED
@@ -98,9 +98,9 @@ print(predictions)
|
|
98 |
```
|
99 |
Expected output:
|
100 |
```
|
101 |
-
[{'label': 'SIMILARITY', 'score': 2.
|
102 |
-
{'label': 'SIMILARITY', 'score': 2.
|
103 |
-
{'label': 'SIMILARITY', 'score':
|
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._
|