Updated code example.
Browse files
README.md
CHANGED
@@ -56,7 +56,7 @@ __Example usage:__
|
|
56 |
>>> context="My name is Clara and I live in Berkeley.",
|
57 |
>>> handle_impossible_answer=True # important!
|
58 |
>>> )
|
59 |
-
{'score': 0.
|
60 |
```
|
61 |
|
62 |
## Training and evaluation data
|
|
|
56 |
>>> context="My name is Clara and I live in Berkeley.",
|
57 |
>>> handle_impossible_answer=True # important!
|
58 |
>>> )
|
59 |
+
{'score': 0.9498472809791565, 'start': 11, 'end': 16, 'answer': 'Clara'}
|
60 |
```
|
61 |
|
62 |
## Training and evaluation data
|