Update README.md
Browse files
README.md
CHANGED
@@ -28,10 +28,11 @@ E.g model, approach, prior knowledge, them, it...
|
|
28 |
|
29 |
## Colab
|
30 |
|
31 |
-
Check out how this model is used for NER-enhanced topic modelling
|
32 |
|
33 |

|
34 |
|
|
|
35 |
## Use
|
36 |
```python
|
37 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
|
|
28 |
|
29 |
## Colab
|
30 |
|
31 |
+
Check out how this model is used for NER-enhanced topic modelling.
|
32 |
|
33 |

|
34 |
|
35 |
+
|
36 |
## Use
|
37 |
```python
|
38 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|