end2end qa pipeline (#16)

+ Added a setup.py file
+ Reorganized the bridge file.
This commit is contained in:
rosequ
2017-04-16 12:11:21 -04:00
committed by Jimmy Lin
parent b893f2a1b1
commit 3de103ac79
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
from setuptools import setup
setup(name='castor',
version='1.0.0',
description='models for question answering',
packages=['sm_model'],
)