yeshpanovrustem commited on
Commit
404f4ec
1 Parent(s): cc873a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 *pipeline* for NER.
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