DeDeckerThomas
commited on
Commit
•
b489109
1
Parent(s):
2ec5a90
Update README.md
Browse files
README.md
CHANGED
@@ -63,7 +63,7 @@ Keyphrase extraction models are transformer models fine-tuned as a token classif
|
|
63 |
* Only works for English documents.
|
64 |
* For a custom model, please consult the [training notebook]() for more information.
|
65 |
|
66 |
-
### ❓ How
|
67 |
```python
|
68 |
from transformers import (
|
69 |
TokenClassificationPipeline,
|
|
|
63 |
* Only works for English documents.
|
64 |
* For a custom model, please consult the [training notebook]() for more information.
|
65 |
|
66 |
+
### ❓ How To Use
|
67 |
```python
|
68 |
from transformers import (
|
69 |
TokenClassificationPipeline,
|