DeDeckerThomas commited on
Commit
890c29a
β€’
1 Parent(s): efdb4ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -6
README.md CHANGED
@@ -59,7 +59,6 @@ Kulkarni, Mayank, Debanjan Mahata, Ravneet Arora, and Rajarshi Bhowmik. "Learnin
59
  ### πŸ›‘ Limitations
60
  * 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.
61
  * Only works for English documents.
62
- * For a custom model, please consult the [training notebook]() for more information.
63
 
64
  ### ❓ How To Use
65
  ```python
@@ -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 |
@@ -243,8 +240,5 @@ The model achieves the following results on the Inspec test set:
243
  |:-----------------:|:----:|:----:|:----:|:----:|:----:|:-----:|:----:|:----:|:----:|:----:|:----:|:----:|
244
  | Inspec Test Set | 0.07 | 0.12 | 0.08 | 0.03 | 0.12 | 0.05 | 0.08 | 0.12 | 0.08 | 0.08 | 0.12 | 0.08 |
245
 
246
-
247
- For more information on the evaluation process, you can take a look at the keyphrase extraction [evaluation notebook]().
248
-
249
  ## 🚨 Issues
250
  Please feel free to start discussions in the Community Tab.
 
59
  ### πŸ›‘ Limitations
60
  * 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.
61
  * Only works for English documents.
 
62
 
63
  ### ❓ How To Use
64
  ```python
 
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 |
 
240
  |:-----------------:|:----:|:----:|:----:|:----:|:----:|:-----:|:----:|:----:|:----:|:----:|:----:|:----:|
241
  | Inspec Test Set | 0.07 | 0.12 | 0.08 | 0.03 | 0.12 | 0.05 | 0.08 | 0.12 | 0.08 | 0.08 | 0.12 | 0.08 |
242
 
 
 
 
243
  ## 🚨 Issues
244
  Please feel free to start discussions in the Community Tab.