Update README.md
Browse fileschange to the correct score value (predicted output)
README.md
CHANGED
@@ -35,5 +35,5 @@ predictions = qa_pipeline({
|
|
35 |
})
|
36 |
print(predictions)
|
37 |
# output:
|
38 |
-
# {'score': 0.
|
39 |
```
|
|
|
35 |
})
|
36 |
print(predictions)
|
37 |
# output:
|
38 |
+
# {'score': 0.9892364144325256, 'start': 16, 'end': 26, 'answer': 'Budapesten'}
|
39 |
```
|