dlkp
dlkp copied to clipboard
A deep learning library for identifying keyphrases from text
I was trying to replicate the baseline, by following this [notebook](https://github.com/midas-research/dlkp/blob/main/resources/docs/TUTORIAL_TRAINING_MODELS.md) but looks like `AutoCrfModelforKpExtraction` not defined in this [`__init__.py`](https://github.com/midas-research/dlkp/blob/405f0ffbfaa844e8ab1f24108ddcd23093dc0895/src/dlkp/extraction/__init__.py). Replacing it with `BertCrfModelForKpExtraction` seem to work, but is that...
## Problem Description Hi, thanks for this great library! I used it a couple of months ago successfully but on returning my code no longer worked. I was installing the...
While training a model it does not saves the best model in a separate directory. It would be nice to save the best model under a `best_model` directory under the...
adds dev tools and refromats the src with black and organizes the imports with isort