yeshpanovrustem
commited on
Commit
·
404f4ec
1
Parent(s):
cc873a9
Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ datasets:
|
|
30 |
- The original repository for the paper can be found at *https://github.com/IS2AI/KazNERD*.
|
31 |
|
32 |
## How to use
|
33 |
-
You can use this model with Transformers
|
34 |
|
35 |
```python
|
36 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
|
|
30 |
- The original repository for the paper can be found at *https://github.com/IS2AI/KazNERD*.
|
31 |
|
32 |
## How to use
|
33 |
+
You can use this model with the Transformers pipeline for NER.
|
34 |
|
35 |
```python
|
36 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|