olgaduchovny
commited on
Commit
·
2cb2a55
1
Parent(s):
1cb0bef
Update README.md
Browse files
README.md
CHANGED
@@ -58,7 +58,7 @@ pred_text, pred_spans = model.predict(
|
|
58 |
options=options
|
59 |
)
|
60 |
|
61 |
-
>>> ('Spain is a Loc', [(99, 104, 'LOC')])
|
62 |
```
|
63 |
|
64 |
## Prediction Sample
|
|
|
58 |
options=options
|
59 |
)
|
60 |
|
61 |
+
>>> ('Spain is a Loc.', [(99, 104, 'LOC')])
|
62 |
```
|
63 |
|
64 |
## Prediction Sample
|