update redirect of direct-use
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ pipeline_tag: token-classification
|
|
| 17 |
<b><span style="color:red;">IMPORTENT! READ THIS!</span></b>
|
| 18 |
# BEST USE:
|
| 19 |
The dataset was first tokenized with Spacy for better results of the model, so
|
| 20 |
-
even though you can use the model with the pipeline API (described in **Direct Use**) it is highly recommended to use this way:
|
| 21 |
```python
|
| 22 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
| 23 |
import spacy
|
|
|
|
| 17 |
<b><span style="color:red;">IMPORTENT! READ THIS!</span></b>
|
| 18 |
# BEST USE:
|
| 19 |
The dataset was first tokenized with Spacy for better results of the model, so
|
| 20 |
+
even though you can use the model with the pipeline API (described in [**Direct Use**](https://huggingface.co/JonyC/scibert-NER-finetuned-improved/blob/main/README.md#direct-use)) it is highly recommended to use this way:
|
| 21 |
```python
|
| 22 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
| 23 |
import spacy
|