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

Remove embeddings #172

Closed JohnGiorgi closed 5 years ago

JohnGiorgi commented 5 years ago

Overview

Because we switched to BERT based models, we no longer need the Embedding class to load pre-trained embeddings (it was poorly written anyways). This PR drops the embedding class, and all corresponding documentation/unit tests.

Closes

Closes #171.