DeDeckerThomas
commited on
Commit
β’
8a837e5
1
Parent(s):
764f178
Update README.md
Browse files
README.md
CHANGED
@@ -63,7 +63,6 @@ Keyphrase extraction models are transformer models fine-tuned as a token classif
|
|
63 |
* This keyphrase extraction model is very domain-specific and will perform very well on abstracts of scientific articles. It's not recommended to use this model for other domains, but you are free to test it out.
|
64 |
* Limited amount of predicted keyphrases.
|
65 |
* Only works for English documents.
|
66 |
-
* For a custom model, please consult the [training notebook]() for more information.
|
67 |
|
68 |
### β How To Use
|
69 |
```python
|
@@ -136,8 +135,6 @@ print(keyphrases)
|
|
136 |
You can find more information in the [paper](https://arxiv.org/abs/1704.02853).
|
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 |
|
@@ -253,7 +250,5 @@ The model achieves the following results on the Semeval2017 test set:
|
|
253 |
|:---------------------:|:----:|:----:|:----:|:----:|:----:|:-----:|:----:|:----:|:----:|
|
254 |
| Semeval2017 Test Set | 0.41 | 0.20 | 0.25 | 0.37 | 0.34 | 0.34 | 0.36 | 0.50 | 0.40 |
|
255 |
|
256 |
-
For more information on the evaluation process, you can take a look at the keyphrase extraction [evaluation notebook]().
|
257 |
-
|
258 |
## π¨ Issues
|
259 |
Please feel free to start discussions in the Community Tab.
|
|
|
63 |
* This keyphrase extraction model is very domain-specific and will perform very well on abstracts of scientific articles. It's not recommended to use this model for other domains, but you are free to test it out.
|
64 |
* Limited amount of predicted keyphrases.
|
65 |
* Only works for English documents.
|
|
|
66 |
|
67 |
### β How To Use
|
68 |
```python
|
|
|
135 |
You can find more information in the [paper](https://arxiv.org/abs/1704.02853).
|
136 |
|
137 |
## π·ββοΈ Training procedure
|
|
|
|
|
138 |
### Training parameters
|
139 |
|
140 |
| Parameter | Value |
|
|
|
250 |
|:---------------------:|:----:|:----:|:----:|:----:|:----:|:-----:|:----:|:----:|:----:|
|
251 |
| Semeval2017 Test Set | 0.41 | 0.20 | 0.25 | 0.37 | 0.34 | 0.34 | 0.36 | 0.50 | 0.40 |
|
252 |
|
|
|
|
|
253 |
## π¨ Issues
|
254 |
Please feel free to start discussions in the Community Tab.
|