Update README.md
Browse files
README.md
CHANGED
|
@@ -54,7 +54,7 @@ The original repository for the paper can be found at [https://github.com/Babels
|
|
| 54 |
|
| 55 |
## How to use
|
| 56 |
|
| 57 |
-
You can use this model with Transformers *pipeline*.
|
| 58 |
|
| 59 |
```python
|
| 60 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
|
|
|
| 54 |
|
| 55 |
## How to use
|
| 56 |
|
| 57 |
+
You can use this model with Transformers NER *pipeline*.
|
| 58 |
|
| 59 |
```python
|
| 60 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|