allenai / allennlp-hub

A collection of selected of models built with AllenNLP.
Apache License 2.0
25 stars 9 forks source link

Add pretrained models and sniff tests for `allennlp_semparse`. #4

Closed brendan-ai2 closed 4 years ago

brendan-ai2 commented 4 years ago
brendan-ai2 commented 4 years ago

@matt-gardner, here are the additional sniff tests we discussed. If you'd also like to use this PR as an opportunity to give feedback on the setup of allennlp-hub more broadly, please feel free!

matt-gardner commented 4 years ago

Putting the tests inside the package isn't necessarily a problem, I just don't think it's typical.

brendan-ai2 commented 4 years ago

Sounds good. Moved tests up one level. This appears to fit the distutils model as well, which maintains a distinction between source and built distributions. Details: https://docs.python.org/3/distutils/sourcedist.html

brendan-ai2 commented 4 years ago

Thanks again! I'm going to merge and get that second TeamCity build up and running.