model update
Browse files
README.md
CHANGED
@@ -92,7 +92,7 @@ Install the library via pip
|
|
92 |
pip install tner
|
93 |
```
|
94 |
and activate model as below.
|
95 |
-
```
|
96 |
from tner import TransformersNER
|
97 |
model = TransformersNER("tner/roberta-large-conll2003")
|
98 |
model.predict("Jacob Collier is a Grammy awarded English artist from London".split(" "))
|
|
|
92 |
pip install tner
|
93 |
```
|
94 |
and activate model as below.
|
95 |
+
```python
|
96 |
from tner import TransformersNER
|
97 |
model = TransformersNER("tner/roberta-large-conll2003")
|
98 |
model.predict("Jacob Collier is a Grammy awarded English artist from London".split(" "))
|