LM-LSTM-CRF
Sequence Labeling Tool
A PyTorch-based tool for sequence labeling using a combination of CRF and LSTM models to capture label dependencies and leverage contextualized representations.
Empower Sequence Labeling with Task-Aware Language Model
846 stars
44 watching
207 forks
Language: Python
last commit: over 2 years ago crflanguage-modelnerpytorchsequence-labeling
Related projects:
Repository | Description | Stars |
---|---|---|
jiesutd/ncrfpp | A flexible and efficient toolkit for building neural sequence labeling models. | 1,890 |
guillaumegenthial/sequence_tagging | Named Entity Recognition model using LSTM and CRF with character embeddings | 1,946 |
l0sg/relational-rnn-pytorch | An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 244 |
rdspring1/pytorch_gbw_lm | Trains a large-scale PyTorch language model on the 1-Billion Word dataset | 123 |
liyuanlucasliu/ld-net | A system for efficiently training and deploying neural networks for named entity recognition tasks with context-dependent representations. | 146 |
dasguptar/treelstm.pytorch | An implementation of Tree-LSTM networks in PyTorch for semantic similarity tasks using tree structures | 550 |
hitcszx/lnl_sr | An implementation of a regularization technique to improve the accuracy of deep learning models trained with noisy labels. | 46 |
ldmt-muri/alignment-with-openfst | An implementation of a CRF autoencoder framework for aligning text data | 21 |
zhanghang1989/pytorch-encoding | A Python framework for building deep learning models with optimized encoding layers and batch normalization. | 2,041 |
tristandeleu/pytorch-maml-rl | Replication of Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks in PyTorch for reinforcement learning tasks | 827 |
luogen1996/lavin | An open-source implementation of a vision-language instructed large language model | 508 |
byungkwanlee/collavo | Develops a PyTorch implementation of an enhanced vision language model | 93 |
vhellendoorn/code-lms | A guide to using pre-trained large language models in source code analysis and generation | 1,782 |
kaiyangzhou/dassl.pytorch | A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,217 |
felixgwu/img_classification_pk_pytorch | A PyTorch project for comparing image classification models and facilitating quick experiment setup | 365 |