pytorch-ner icon indicating copy to clipboard operation
pytorch-ner copied to clipboard

Pipeline for training NER models using PyTorch.

Results 21 pytorch-ner issues
Sort by recently updated
recently updated
newest added

explain attributes in config.yaml

documentation
good first issue

add converters like: - IO to BIO - IO to BILUO - BIO to BILUO

enhancement
good first issue

allow user to choose metrics to calculate during training

enhancement

at the moment embedding layer is part of the model architecture for fasttext embeddings it does not fit

enhancement

add BERT like models support

enhancement

Is there are any example notebooks for how to use that pipeline efficiently?