Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
#### How to use
|
4 |
Use the below script from your python terminal as the web interface for inference has few encoding issues for Telugu
|
5 |
|
|
|
6 |
|
7 |
```python
|
8 |
from simpletransformers.ner import NERModel
|
|
|
3 |
#### How to use
|
4 |
Use the below script from your python terminal as the web interface for inference has few encoding issues for Telugu
|
5 |
|
6 |
+
PS: If you find my model useful, I would appreciate a note from you as it would encourage me to continue improving it and also add new models.
|
7 |
|
8 |
```python
|
9 |
from simpletransformers.ner import NERModel
|