DeDeckerThomas
commited on
Commit
β’
0001a91
1
Parent(s):
cc0e6da
Update README.md
Browse files
README.md
CHANGED
@@ -57,7 +57,6 @@ This model uses [T5-small model](https://huggingface.co/t5-small) as its base mo
|
|
57 |
### π Limitations
|
58 |
* This keyphrase generation 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.
|
59 |
* Only works for English documents.
|
60 |
-
* For a custom model, please consult the [training notebook]() for more information.
|
61 |
* Sometimes the output doesn't make any sense.
|
62 |
|
63 |
### β How To Use
|
@@ -131,8 +130,6 @@ print(keyphrases)
|
|
131 |
You can find more information in the [paper](https://dl.acm.org/doi/10.3115/1119355.1119383).
|
132 |
|
133 |
## π·ββοΈ Training Procedure
|
134 |
-
For more in detail information, you can take a look at the [training notebook]().
|
135 |
-
|
136 |
### Training Parameters
|
137 |
|
138 |
| Parameter | Value |
|
@@ -245,8 +242,5 @@ Abstractive keyphrases
|
|
245 |
|:-----------------:|:----:|:----:|:----:|:----:|:----:|:-----:|:----:|:----:|:----:|:----:|:----:|:----:|
|
246 |
| Inspec Test Set | 0.05 | 0.09 | 0.06 | 0.03 | 0.09 | 0.04 | 0.08 | 0.09 | 0.07 | 0.06 | 0.06 | 0.06 |
|
247 |
|
248 |
-
|
249 |
-
For more information on the evaluation process, you can take a look at the keyphrase extraction evaluation notebook.
|
250 |
-
|
251 |
## π¨ Issues
|
252 |
Please feel free to start discussions in the Community Tab.
|
|
|
57 |
### π Limitations
|
58 |
* This keyphrase generation 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.
|
59 |
* Only works for English documents.
|
|
|
60 |
* Sometimes the output doesn't make any sense.
|
61 |
|
62 |
### β How To Use
|
|
|
130 |
You can find more information in the [paper](https://dl.acm.org/doi/10.3115/1119355.1119383).
|
131 |
|
132 |
## π·ββοΈ Training Procedure
|
|
|
|
|
133 |
### Training Parameters
|
134 |
|
135 |
| Parameter | Value |
|
|
|
242 |
|:-----------------:|:----:|:----:|:----:|:----:|:----:|:-----:|:----:|:----:|:----:|:----:|:----:|:----:|
|
243 |
| Inspec Test Set | 0.05 | 0.09 | 0.06 | 0.03 | 0.09 | 0.04 | 0.08 | 0.09 | 0.07 | 0.06 | 0.06 | 0.06 |
|
244 |
|
|
|
|
|
|
|
245 |
## π¨ Issues
|
246 |
Please feel free to start discussions in the Community Tab.
|