DeDeckerThomas commited on
Commit
3c10b22
·
1 Parent(s): 4dd1f60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -27,7 +27,6 @@ model-index:
27
  value: 0.430
28
  name: F1-score
29
  ---
30
- ** Work in progress **
31
  # 🔑 Keyphrase Extraction model: distilbert-openkp
32
  Keyphrase extraction is a technique in text analysis where you extract the important keyphrases from a text. Since this is a time-consuming process, Artificial Intelligence is used to automate it.
33
  Currently, classical machine learning methods, that use statistics and linguistics, are widely used for the extraction process. The fact that these methods have been widely used in the community has the advantage that there are many easy-to-use libraries.
@@ -35,7 +34,7 @@ Now with the recent innovations in deep learning methods (such as recurrent neur
35
 
36
 
37
  ## 📓 Model Description
38
- This model is a fine-tuned distilbert model on the openkp dataset.
39
 
40
  The model is fine-tuned as a token classification problem where the text is labeled using the BIO scheme.
41
 
 
27
  value: 0.430
28
  name: F1-score
29
  ---
 
30
  # 🔑 Keyphrase Extraction model: distilbert-openkp
31
  Keyphrase extraction is a technique in text analysis where you extract the important keyphrases from a text. Since this is a time-consuming process, Artificial Intelligence is used to automate it.
32
  Currently, classical machine learning methods, that use statistics and linguistics, are widely used for the extraction process. The fact that these methods have been widely used in the community has the advantage that there are many easy-to-use libraries.
 
34
 
35
 
36
  ## 📓 Model Description
37
+ This model is a fine-tuned distilbert model on the openkp dataset. More information can be found here: https://huggingface.co/distilbert-base-uncased.
38
 
39
  The model is fine-tuned as a token classification problem where the text is labeled using the BIO scheme.
40