biLSTM model with the attention mechanism. Example of prediction/inferencing included.
Providing an biLSTM many-to-one model (PyTorch) with attention mechanism
Inference with pretrained biLSTM model for sequence predictions
·
Report Bug
·
Request Feature
This repo provides an biLSTM many-to-one model implemented in PyTorch.
An wrapper program for predictions/inferences using a trained biLSTM is also included. The result returns the probabilities of each class.
To get a local copy up and running follow these simple steps.
git clone https://github.com/nauhc/biLSTM-many-to-one.git
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE
for more information.