mirror of
https://github.com/wassname/Castor.git
synced 2026-09-25 13:10:11 +08:00
a60172276864c094479adcba0698c97b994dba5b
Some of the kernels in this backend are known to be non-deterministic. It's also not clear to me whether it's enabled in a default install or not, enabled is set to True by default, but I think ultimately it's a runtime choice.
Castor
PyTorch deep learning models.
- 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
PyTorch has good support for GPU computations. CUDA installation guide for linux can be found here
NOTE: Install CUDA libraries before installing conda and pytorch.
data for models
Sourcing and pre-processing of input data for each model is described in respective model/README.md's
Baselines
- IDF Baseline: IDF overlap between question and candidate answers.
Tutorials
SM Model tutorial: sm_cnn/tutorial.ipynb - notebook that walks through SM CNN model, good for beginnners.
Languages
Python
93.7%
JavaScript
3.2%
Java
2.2%
HTML
0.5%
Shell
0.4%