mcsabai commited on
Commit
4d72ef9
1 Parent(s): e75c2bf

Update README.md

Browse files

change to the correct score value (predicted output)

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,5 +35,5 @@ predictions = qa_pipeline({
35
  })
36
  print(predictions)
37
  # output:
38
- # {'score': 0.991314709186554, 'start': 15, 'end': 25, 'answer': 'Budapesten'}
39
  ```
 
35
  })
36
  print(predictions)
37
  # output:
38
+ # {'score': 0.9892364144325256, 'start': 16, 'end': 26, 'answer': 'Budapesten'}
39
  ```