Skip to content

Commit

Permalink
Removing deprecated references to bio_embeddings
Browse files Browse the repository at this point in the history
  • Loading branch information
SebieF committed Jan 9, 2024
1 parent 6aa3de8 commit 6879b6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion biotrainer/embedders/embedding_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from ..protocols import Protocol
from ..utilities import read_FASTA

# Defines if reduced embeddings from bio_embeddings should be used.
# Defines if reduced embeddings should be used.
# Reduced means that the per-residue embeddings are reduced to a per-sequence embedding
_REQUIRES_REDUCED_EMBEDDINGS = {
Protocol.residue_to_class: False,
Expand Down
2 changes: 1 addition & 1 deletion examples/custom_embedder/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# custom_embedder example

The examples in this folder show how to use a custom embedder that is not included in *bio_embeddings*.
The examples in this folder show how to use a custom embedder that is not included in *biotrainer*.

**Example models**:
1. [ESM-2](https://github.com/facebookresearch/esm) large model from
Expand Down
2 changes: 1 addition & 1 deletion examples/inference/predict.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
}
],
"source": [
"from bio_embeddings.embed import OneHotEncodingEmbedder"
"from biotrainer.embedders import OneHotEncodingEmbedder"
]
},
{
Expand Down

0 comments on commit 6879b6b

Please sign in to comment.