Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,7 @@ You use this model with Transformers pipeline for NER (token-classification).
|
|
38 |
pip install transformers
|
39 |
```
|
40 |
|
41 |
-
###
|
42 |
|
43 |
```python
|
44 |
import torch
|
|
|
38 |
pip install transformers
|
39 |
```
|
40 |
|
41 |
+
### Prediction using pipeline
|
42 |
|
43 |
```python
|
44 |
import torch
|