DeDeckerThomas commited on
Commit
a3739b8
1 Parent(s): baceaac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -5
README.md CHANGED
@@ -63,7 +63,6 @@ Keyphrase extraction models are transformer models fine-tuned as a token classif
63
  * 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.
64
  * Limited amount of predicted keyphrases.
65
  * Only works for English documents.
66
- * For a custom model, please consult the [training notebook]() for more information.
67
 
68
  ### ❓ How To Use
69
  ```python
@@ -136,8 +135,6 @@ print(keyphrases)
136
  You can find more information in the [paper](https://arxiv.org/abs/1911.12559).
137
 
138
  ## 👷‍♂️ Training procedure
139
- For more in detail information, you can take a look at the [training notebook]().
140
-
141
  ### Training parameters
142
 
143
  | Parameter | Value |
@@ -253,7 +250,5 @@ The model achieves the following results on the KPTimes test set:
253
  |:-----------------:|:----:|:----:|:----:|:----:|:----:|:-----:|:----:|:----:|:----:|
254
  | KPTimes Test Set | 0.19 | 0.35 | 0.23 | 0.10 | 0.36 | 0.15 | 0.36 | 0.36 | 0.33 |
255
 
256
- For more information on the evaluation process, you can take a look at the keyphrase extraction [evaluation notebook]().
257
-
258
  ## 🚨 Issues
259
  Please feel free to start discussions in the Community Tab.
 
63
  * 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.
64
  * Limited amount of predicted keyphrases.
65
  * Only works for English documents.
 
66
 
67
  ### ❓ How To Use
68
  ```python
 
135
  You can find more information in the [paper](https://arxiv.org/abs/1911.12559).
136
 
137
  ## 👷‍♂️ Training procedure
 
 
138
  ### Training parameters
139
 
140
  | Parameter | Value |
 
250
  |:-----------------:|:----:|:----:|:----:|:----:|:----:|:-----:|:----:|:----:|:----:|
251
  | KPTimes Test Set | 0.19 | 0.35 | 0.23 | 0.10 | 0.36 | 0.15 | 0.36 | 0.36 | 0.33 |
252
 
 
 
253
  ## 🚨 Issues
254
  Please feel free to start discussions in the Community Tab.