DeDeckerThomas commited on
Commit
8746e05
1 Parent(s): b2bdd83

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -5
README.md CHANGED
@@ -62,7 +62,6 @@ Keyphrase extraction models are transformer models fine-tuned as a token classif
62
  * This keyphrase extraction model is very domain-specific and will perform very well on news articles from NY Times. It's not recommended to use this model for other domains, but you are free to test it out.
63
  * Limited amount of predicted keyphrases.
64
  * Only works for English documents.
65
- * For a custom model, please consult the [training notebook]() for more information.
66
 
67
  ### ❓ How To Use
68
  ```python
@@ -135,8 +134,6 @@ print(keyphrases)
135
  You can find more information in the [paper](https://arxiv.org/abs/1911.12559).
136
 
137
  ## 👷‍♂️ Training procedure
138
- For more in detail information, you can take a look at the [training notebook]().
139
-
140
  ### Training parameters
141
 
142
  | Parameter | Value |
@@ -252,7 +249,5 @@ The model achieves the following results on the KPTimes test set:
252
  |:-----------------:|:----:|:----:|:----:|:----:|:----:|:-----:|:----:|:----:|:----:|
253
  | KPTimes Test Set | 0.19 | 0.36 | 0.23 | 0.10 | 0.37 | 0.15 | 0.35 | 0.37 | 0.33 |
254
 
255
- For more information on the evaluation process, you can take a look at the keyphrase extraction [evaluation notebook]().
256
-
257
  ## 🚨 Issues
258
  Please feel free to start discussions in the Community Tab.
 
62
  * This keyphrase extraction model is very domain-specific and will perform very well on news articles from NY Times. It's not recommended to use this model for other domains, but you are free to test it out.
63
  * Limited amount of predicted keyphrases.
64
  * Only works for English documents.
 
65
 
66
  ### ❓ How To Use
67
  ```python
 
134
  You can find more information in the [paper](https://arxiv.org/abs/1911.12559).
135
 
136
  ## 👷‍♂️ Training procedure
 
 
137
  ### Training parameters
138
 
139
  | Parameter | Value |
 
249
  |:-----------------:|:----:|:----:|:----:|:----:|:----:|:-----:|:----:|:----:|:----:|
250
  | KPTimes Test Set | 0.19 | 0.36 | 0.23 | 0.10 | 0.37 | 0.15 | 0.35 | 0.37 | 0.33 |
251
 
 
 
252
  ## 🚨 Issues
253
  Please feel free to start discussions in the Community Tab.