BapB commited on
Commit
5f80bd6
·
1 Parent(s): d98276b

add README

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -1,9 +1,7 @@
1
 
2
- ## Intended uses & limitations
3
-
4
  #### How to use
5
 
6
- You can use this model with Transformers *pipeline* for NER.
7
 
8
  ```python
9
  from transformers import AutoTokenizer, AutoModelForTokenClassification
 
1
 
 
 
2
  #### How to use
3
 
4
+ You can use this model with Transformers *pipeline* for token-classification.
5
 
6
  ```python
7
  from transformers import AutoTokenizer, AutoModelForTokenClassification