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 |
---|---|---|
| A flexible and efficient toolkit for building neural sequence labeling models. | 1,891 |
| Named Entity Recognition model using LSTM and CRF with character embeddings | 1,947 |
| An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 245 |
| Trains a large-scale PyTorch language model on the 1-Billion Word dataset | 123 |
| A system for efficiently training and deploying neural networks for named entity recognition tasks with context-dependent representations. | 147 |
| An implementation of Tree-LSTM networks in PyTorch for semantic similarity tasks using tree structures | 551 |
| An implementation of a regularization technique to improve the accuracy of deep learning models trained with noisy labels. | 46 |
| An implementation of the CRF autoencoder framework for tasks in natural language processing and machine translation | 21 |
| A Python framework for building deep learning models with optimized encoding layers and batch normalization. | 2,044 |
| Replication of Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks in PyTorch for reinforcement learning tasks | 830 |
| An open-source implementation of a vision-language instructed large language model | 513 |
| Develops a PyTorch implementation of an enhanced vision language model | 93 |
| A guide to using pre-trained large language models in source code analysis and generation | 1,789 |
| A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,236 |
| A PyTorch project for comparing image classification models and facilitating quick experiment setup | 366 |