castorini / castor

PyTorch deep learning models for text processing
http://castor.ai/
Apache License 2.0
178 stars 58 forks source link

Fix KimCNN for SST, AAPD datasets #157

Closed achyudh closed 5 years ago

achyudh commented 5 years ago

Fix dataset paths for SST-1 Add support for AAPD dataset in KimCNN Remove metrics from main.py (planning to move it to ReutersEvaluator)

achyudh commented 5 years ago

I removed the calculation of metrics from main as it caused a lot of code duplication. I am planning to move it to ReutersEvaluator in the next PR.