Closed aykutfirat closed 5 years ago
yes! I'm working on building them on top of more standard data processing tools like torchtext instead of my own custom setup. Once I have that working, I'll push an extended example that should work on all of the classification tasks.
Any update on this issue?
It would be nice if the implementation of BCN
is released.
AllenNLP has a BCN implementation available: https://github.com/allenai/allennlp/blob/master/allennlp/models/biattentive_classification_network.py. The plan for this repo is just to host CoVe. For training BCN and the other classification tasks, that is a good choice.
@bmccann Thank you !
Thanks for releasing the Cove vectors. That is very helpful. Do you have any plans to release one of the examples presented in the paper (such as sentiment) in pytorch as well?