gauravbaruah 73577acc3f Castorini smmodel (#3)
Code bridge between Castor/sm-model and Anserini
2017-03-31 15:30:57 -04:00
2017-03-31 15:30:57 -04:00
2017-03-31 15:30:57 -04:00

Castor

Pytorch deep learning models.

  1. SM model: Similarity between question and candidate answers.

Setting up Pytorch

You need Python 3.6 to use the models in this repository.

As per pytorch.org "Anaconda is our recommended package manager"

conda install pytorch torchvision -c soumith

Other pytorch installation modalities (e.g. via pip) can be seen at pytorch.org.

We also recommend gensim. We use some gensim modules to cache word embeddings.

conda install gensim

Castor-data

Sourcing and pre-processing of input data for each model is described in respective model/README.md's

S
Description
PyTorch deep learning models for text processing
Readme Apache-2.0
1.2 MiB
Languages
Python 93.7%
JavaScript 3.2%
Java 2.2%
HTML 0.5%
Shell 0.4%