RJuro commited on
Commit
940018d
·
1 Parent(s): bd73668

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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
  ![https://colab.research.google.com/assets/colab-badge.svg](https://colab.research.google.com/github/AI-Growth-Lab/SciNerTopic/blob/main/notebooks/Sci_NERTopic.ipynb)
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
  ![https://colab.research.google.com/assets/colab-badge.svg](https://colab.research.google.com/github/AI-Growth-Lab/SciNerTopic/blob/main/notebooks/Sci_NERTopic.ipynb)
34
 
35
+
36
  ## Use
37
  ```python
38
  from transformers import AutoTokenizer, AutoModelForTokenClassification