You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NER classifier for 3 classes on a custom German dataset with ~150K samples. Using huggingface pre-trained transformers and simpletransformers library. Training and final results visualization with W&B.
Jupyter notebook files
File name
Description
Data Parsing.ipynb
Parsing, fixing and preparing the data to train models.
Training the model.ipynb
Training of different transormer architectures.
Summary of all models.ipynb
Shows the summary of all trained models (loss, f1 score, etc). Also runs and evaluates the best trained model.
How to run
Change the path_working_dir variable at the beginning of each notebook to your own working directory.
This repository contains only the best trained transformer model pytorch_model.bin in /models/deepset-gbert-base-epochs3due to Github storage constrains.