DeDeckerThomas
commited on
Commit
•
eb8888e
1
Parent(s):
b489109
Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,6 @@ Keyphrase extraction models are transformer models fine-tuned as a token classif
|
|
61 |
### 🛑 Limitations
|
62 |
* Limited amount of predicted keyphrases.
|
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
|
@@ -136,8 +135,6 @@ print(keyphrases)
|
|
136 |
You can find more information in the [paper](https://arxiv.org/abs/1911.02671).
|
137 |
|
138 |
## 👷♂️ Training Procedure
|
139 |
-
For more in detail information, you can take a look at the [training notebook]().
|
140 |
-
|
141 |
### Training Parameters
|
142 |
|
143 |
| Parameter | Value |
|
@@ -252,7 +249,5 @@ The model achieves the following results on the OpenKP test set:
|
|
252 |
|:-----------------:|:----:|:----:|:----:|:----:|:----:|:-----:|:----:|:----:|:----:|
|
253 |
| OpenKP Test Set | 0.12 | 0.33 | 0.17 | 0.06 | 0.33 | 0.10 | 0.35 | 0.33 | 0.31 |
|
254 |
|
255 |
-
For more information on the evaluation process, you can take a look at the keyphrase extraction evaluation notebook.
|
256 |
-
|
257 |
## 🚨 Issues
|
258 |
Please feel free to start discussions in the Community Tab.
|
|
|
61 |
### 🛑 Limitations
|
62 |
* Limited amount of predicted keyphrases.
|
63 |
* Only works for English documents.
|
|
|
64 |
|
65 |
### ❓ How To Use
|
66 |
```python
|
|
|
135 |
You can find more information in the [paper](https://arxiv.org/abs/1911.02671).
|
136 |
|
137 |
## 👷♂️ Training Procedure
|
|
|
|
|
138 |
### Training Parameters
|
139 |
|
140 |
| Parameter | Value |
|
|
|
249 |
|:-----------------:|:----:|:----:|:----:|:----:|:----:|:-----:|:----:|:----:|:----:|
|
250 |
| OpenKP Test Set | 0.12 | 0.33 | 0.17 | 0.06 | 0.33 | 0.10 | 0.35 | 0.33 | 0.31 |
|
251 |
|
|
|
|
|
252 |
## 🚨 Issues
|
253 |
Please feel free to start discussions in the Community Tab.
|