Sentence-Entailment
Sentence-Entailment copied to clipboard
Benchmarking various Deep Learning models such as BERT, ALBERT, BiLSTMs on the task of sentence entailment using two datasets - MultiNLI and SNLI.
As of now, the model is simply trained and a set of training accuracy and validation accuracy is recorded after the epochs in the base LSTM model. Can you also...
I know this is simply a benchmarking repository. I am trying to extend the model to take in sentences and return the label based on the model. But currently the...
Hi, Can u pls share the train / test /dev datasets?