BaderLab / saber

Saber is a deep-learning based tool for information extraction in the biomedical domain. Pull requests are welcome! Note: this is a work in progress. Many things are broken, and the codebase is not stable.
https://baderlab.github.io/saber/
MIT License
102 stars 17 forks source link

Drop Embeddings class #171

Closed JohnGiorgi closed 5 years ago

JohnGiorgi commented 5 years ago

Given as we have moved over entirely to pre-trained language models as the basis for our models, we should drop the Embeddings class from Saber.

This can be added back in the future in a model-specific manner if necessary.