GateNLP / gate-lf-pytorch-json

PyTorch wrapper for the LearningFramework GATE plugin
Apache License 2.0
1 stars 2 forks source link

Check correct working with pre-trained embeddings and sentence classification #29

Closed johann-petrak closed 5 years ago

johann-petrak commented 5 years ago

Check if using pre-trained embeddings works for sentence classification.

johann-petrak commented 5 years ago

OK, this seemed to work for the single feature task. Tested various minfreq and tested different embeddings. If the vocab is small then the predefined embeddings are loaded all from the beginning of the file and this is really fast. Looks good.