add README
Browse files
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
|
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
|