Named Entity Recognition using CLI training process
-config_demo_acc (lg model based)
-config_demo_efficiency (train from empty)
-config_demo_transformer (trf model based)
- config files use wandb as logger
- details about training and tests processes provided in NER_de_training.ipynb notebook
-trained models include best checkpoint (checkpoint setting can be changed in config files)
-to run model use "spacy.load(path_to_model)"
-in the repo provided smallest and simpliest model
-spaCy
-sklearn
This project is licensed under the MIT License - see the LICENSE file for details