DeDeckerThomas
commited on
Commit
·
a83aa55
1
Parent(s):
f17ec53
Update README.md
Browse files
README.md
CHANGED
@@ -62,7 +62,6 @@ Keyphrase extraction models are transformer models fine-tuned as a token classif
|
|
62 |
### 🛑 Limitations
|
63 |
* Limited amount of predicted keyphrases.
|
64 |
* Only works for English documents.
|
65 |
-
* For a custom model, please consult the [training notebook]() for more information.
|
66 |
|
67 |
### ❓ How To Use
|
68 |
```python
|
@@ -138,8 +137,6 @@ print(keyphrases)
|
|
138 |
You can find more information in the [paper](https://arxiv.org/abs/1911.02671).
|
139 |
|
140 |
## 👷♂️ Training Procedure
|
141 |
-
For more in detail information, you can take a look at the [training notebook]().
|
142 |
-
|
143 |
### Training Parameters
|
144 |
|
145 |
| Parameter | Value |
|
@@ -254,7 +251,5 @@ The model achieves the following results on the OpenKP test set:
|
|
254 |
|:-----------------:|:----:|:----:|:----:|:----:|:----:|:-----:|:----:|:----:|:----:|
|
255 |
| OpenKP Test Set | 0.13 | 0.38 | 0.19 | 0.07 | 0.38 | 0.11 | 0.45 | 0.38 | 0.39 |
|
256 |
|
257 |
-
For more information on the evaluation process, you can take a look at the keyphrase extraction evaluation notebook.
|
258 |
-
|
259 |
## 🚨 Issues
|
260 |
Please feel free to start discussions in the Community Tab.
|
|
|
62 |
### 🛑 Limitations
|
63 |
* Limited amount of predicted keyphrases.
|
64 |
* Only works for English documents.
|
|
|
65 |
|
66 |
### ❓ How To Use
|
67 |
```python
|
|
|
137 |
You can find more information in the [paper](https://arxiv.org/abs/1911.02671).
|
138 |
|
139 |
## 👷♂️ Training Procedure
|
|
|
|
|
140 |
### Training Parameters
|
141 |
|
142 |
| Parameter | Value |
|
|
|
251 |
|:-----------------:|:----:|:----:|:----:|:----:|:----:|:-----:|:----:|:----:|:----:|
|
252 |
| OpenKP Test Set | 0.13 | 0.38 | 0.19 | 0.07 | 0.38 | 0.11 | 0.45 | 0.38 | 0.39 |
|
253 |
|
|
|
|
|
254 |
## 🚨 Issues
|
255 |
Please feel free to start discussions in the Community Tab.
|