Aneesh Joshi
Aneesh Joshi
Sorry for creating an issue in this repo. but I had to since your [qa-transfer repo](https://github.com/pcgreat/qa-transfer) is a branch and doesn't have options for issues. I am able to run...
I think it would be beneficial to include an example of the data in the ReadMe. I opened the files but it's a bit difficult to understand what is written....
**Dataset download link :** https://nlp.stanford.edu/projects/snli/snli_1.0.zip **Dataset website :** https://nlp.stanford.edu/projects/snli/ **Paper :** https://nlp.stanford.edu/pubs/snli_paper.pdf **Brief Description (from website):** > The SNLI corpus (version 1.0) is a collection of 570k human-written English sentence...
Link : https://download.microsoft.com/download/E/5/F/E5FCFCEE-7005-4814-853D-DAA7C66507E0/WikiQACorpus.zip Paper: https://aclweb.org/anthology/D15-1237 Description: Wikiqa is a QA dataset which is well studied for QA systems. It has a predefined trin/dev/test split and comes in a .tsv and...
## SICK(Sentences Involving Compositional Knowledge) **Dataset website:** http://clic.cimec.unitn.it/composes/sick.html **Dataset download link:** http://clic.cimec.unitn.it/composes/materials/SICK.zip **License:** > distributed under a [Creative Commons Attribution-NonCommercial-ShareAlike license](https://creativecommons.org/licenses/by-nc-sa/3.0/). **Example:** pair_ID | sentence_A | sentence_B | entailment_label |...
The code or the documentation should have a check/notice about having to call `model.cuda()` summary(D, (3, 32, 32)) RuntimeError: Input type (torch.cuda.FloatTensor) and weight type (torch.FloatTensor) should be the same...
Hey @myaooo Your project looks interesting. I am interested/maybe it could benefit more if you included some images/examples of the visualization.
https://github.com/aneesh-joshi/LSTM_POS_Tagger/blob/502b2637964be3ae872a8f2f012bb21306cc8057/make_glove_pickle.py#L11 LSTM postagger needs to make use of a glove data set. Due to github's limitation, it cannot be uploaded(it's over 1 GB) We need to make a script which...
Here are my plans for a major refactoring. Since I last wrote the repo, I have learned a lot more design patterns and best practices which I want to incorporate...