readme: fix demo section
Browse files
README.md
CHANGED
@@ -63,7 +63,7 @@ For upload we used the best performing model on the development set, which is ma
|
|
63 |
|
64 |
# Flair Demo
|
65 |
|
66 |
-
The following snippet shows how to use the
|
67 |
|
68 |
```python
|
69 |
from flair.data import Sentence
|
|
|
63 |
|
64 |
# Flair Demo
|
65 |
|
66 |
+
The following snippet shows how to use the fine-tuned NER models with Flair:
|
67 |
|
68 |
```python
|
69 |
from flair.data import Sentence
|