Roman Solomatin commited on
Commit
d61356a
·
unverified ·
1 Parent(s): c3e4b3b
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -169,7 +169,7 @@ inputs = [
169
  ]
170
  scores = model.predict(inputs)
171
  print(scores)
172
- # [0.4359, 0.3840, 0.3231]
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: