Roman Solomatin
commited on
fix prob
Browse files
README.md
CHANGED
@@ -169,7 +169,7 @@ inputs = [
|
|
169 |
]
|
170 |
scores = model.predict(inputs)
|
171 |
print(scores)
|
172 |
-
# [0.4359, 0.3840
|
173 |
```
|
174 |
|
175 |
To reproduce the results with iterative inference, please run:
|
|
|
169 |
]
|
170 |
scores = model.predict(inputs)
|
171 |
print(scores)
|
172 |
+
# [0.4359, 0.3840]
|
173 |
```
|
174 |
|
175 |
To reproduce the results with iterative inference, please run:
|