Commit
Β·
c8de409
1
Parent(s):
7af3cad
Update README.md
Browse files
README.md
CHANGED
@@ -55,7 +55,6 @@ This model uses [T5-small model](https://huggingface.co/t5-small) as its base mo
|
|
55 |
## β Intended Uses & Limitations
|
56 |
### π Limitations
|
57 |
* Only works for English documents.
|
58 |
-
* For a custom model, please consult the training notebook for more information (link incoming).
|
59 |
* Sometimes the output doesn't make any sense.
|
60 |
|
61 |
### β How To Use
|
@@ -127,8 +126,6 @@ print(keyphrases)
|
|
127 |
You can find more information in the [paper](https://arxiv.org/abs/1911.02671).
|
128 |
|
129 |
## π·ββοΈ Training Procedure
|
130 |
-
For more in detail information, you can take a look at the [training notebook]().
|
131 |
-
|
132 |
### Training Parameters
|
133 |
|
134 |
| Parameter | Value |
|
@@ -230,8 +227,5 @@ Abstractive keyphrases
|
|
230 |
|:-----------------:|:-----:|:-----:|:-----:|:------:|:-----:|:-------:|:-----:|:-----:|:-----:|:--------:|:--------:|:---------:|
|
231 |
| OpenKP Test Set | 0.001 | 0.003 | 0.001 | 0.0004 | 0.004 | 0.0007 | 0.001 | 0.04 | 0.002 | 7.56e-e5 | 7.56e-e5 | 7.56e-e5 |
|
232 |
|
233 |
-
|
234 |
-
For more information on the evaluation process, you can take a look at the keyphrase extraction evaluation notebook.
|
235 |
-
|
236 |
## π¨ Issues
|
237 |
Please feel free to start discussions in the Community Tab.
|
|
|
55 |
## β Intended Uses & Limitations
|
56 |
### π Limitations
|
57 |
* Only works for English documents.
|
|
|
58 |
* Sometimes the output doesn't make any sense.
|
59 |
|
60 |
### β How To Use
|
|
|
126 |
You can find more information in the [paper](https://arxiv.org/abs/1911.02671).
|
127 |
|
128 |
## π·ββοΈ Training Procedure
|
|
|
|
|
129 |
### Training Parameters
|
130 |
|
131 |
| Parameter | Value |
|
|
|
227 |
|:-----------------:|:-----:|:-----:|:-----:|:------:|:-----:|:-------:|:-----:|:-----:|:-----:|:--------:|:--------:|:---------:|
|
228 |
| OpenKP Test Set | 0.001 | 0.003 | 0.001 | 0.0004 | 0.004 | 0.0007 | 0.001 | 0.04 | 0.002 | 7.56e-e5 | 7.56e-e5 | 7.56e-e5 |
|
229 |
|
|
|
|
|
|
|
230 |
## π¨ Issues
|
231 |
Please feel free to start discussions in the Community Tab.
|