Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,7 @@ task_ids:
|
|
43 |
|
44 |
#### How to use
|
45 |
|
46 |
-
You can use this model with Transformers *pipeline* for NER.
|
47 |
|
48 |
```python
|
49 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
|
|
43 |
|
44 |
#### How to use
|
45 |
|
46 |
+
You can use this model with Transformers *pipeline* for NER. **Please consider citing our work if you use this model.**
|
47 |
|
48 |
```python
|
49 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|