DeDeckerThomas
commited on
Commit
β’
dd649ef
1
Parent(s):
70c7250
Update README.md
Browse files
README.md
CHANGED
@@ -67,7 +67,6 @@ Sahrawat, Dhruva, Debanjan Mahata, Haimin Zhang, Mayank Kulkarni, Agniv Sharma,
|
|
67 |
### π Limitations
|
68 |
* This keyphrase extraction model is very domain-specific and will perform very well on abstracts of scientific papers. It's not recommended to use this model for other domains, but you are free to test it out.
|
69 |
* Only works for English documents.
|
70 |
-
* For a custom model, please consult the [training notebook]() for more information.
|
71 |
|
72 |
### β How To Use
|
73 |
```python
|
@@ -143,7 +142,6 @@ print(keyphrases)
|
|
143 |
You can find more information in the [paper](https://dl.acm.org/doi/10.3115/1119355.1119383).
|
144 |
|
145 |
## π·ββοΈ Training Procedure
|
146 |
-
For more in detail information, you can take a look at the [training notebook]().
|
147 |
|
148 |
### Training Parameters
|
149 |
|
@@ -259,7 +257,5 @@ The model achieves the following results on the Inspec test set:
|
|
259 |
|:-----------------:|:----:|:----:|:----:|:----:|:----:|:-----:|:----:|:----:|:----:|
|
260 |
| Inspec Test Set | 0.53 | 0.47 | 0.46 | 0.36 | 0.58 | 0.41 | 0.58 | 0.60 | 0.56 |
|
261 |
|
262 |
-
For more information on the evaluation process, you can take a look at the keyphrase extraction [evaluation notebook]().
|
263 |
-
|
264 |
## π¨ Issues
|
265 |
Please feel free to start discussions in the Community Tab.
|
|
|
67 |
### π Limitations
|
68 |
* This keyphrase extraction model is very domain-specific and will perform very well on abstracts of scientific papers. It's not recommended to use this model for other domains, but you are free to test it out.
|
69 |
* Only works for English documents.
|
|
|
70 |
|
71 |
### β How To Use
|
72 |
```python
|
|
|
142 |
You can find more information in the [paper](https://dl.acm.org/doi/10.3115/1119355.1119383).
|
143 |
|
144 |
## π·ββοΈ Training Procedure
|
|
|
145 |
|
146 |
### Training Parameters
|
147 |
|
|
|
257 |
|:-----------------:|:----:|:----:|:----:|:----:|:----:|:-----:|:----:|:----:|:----:|
|
258 |
| Inspec Test Set | 0.53 | 0.47 | 0.46 | 0.36 | 0.58 | 0.41 | 0.58 | 0.60 | 0.56 |
|
259 |
|
|
|
|
|
260 |
## π¨ Issues
|
261 |
Please feel free to start discussions in the Community Tab.
|