bio-transformers
bio-transformers copied to clipboard
bio-transformers is a wrapper on top of the ESM/Protbert model, trained on millions on proteins and used to predict embeddings.
This PR fixes the typo ```compute_``` in loglikelihood documentation
I am trying to fine-tune on a set of sequences, using a A100 GPU and the exact example script from the github mainpage, and it throws this error. What to...
I'm not sure if I'm either not saving or loading the finetuned model correctly. After fine-tuning and running an evaluation script, the accuracy before loading model and after loading model...
While doing the MR #31 I followed the CONTRIBUTING step-by-step and I have some feedbacks / remarks / problems: 1. Once the conda environment is installed, the `pre-commit` was not...
I use 4 GPUs to calculate MSA embeddings, but each time the process terminated, the error was raise by ray, the error message is " a worker died or was...
save the embeddings with the format : `f"{variable_name}_{model_name}_{embeddings_type}_embeddings.npy"`
Is there a way to use any of the ESM models? There seems to be links here: https://github.com/facebookresearch/esm#available-models
When I called BioTransformers using transformer_bfd = BioTransformers(backend='protbert_bfd', num_gpus=num_gpus), I encountered an error. I want to download protbert_bfd locally, but I couldn't find a way to specify the path in...
**Description** We were facing issues with installing dependencies through pip due to the upper version limits specified in the requirements.txt file. These limits were causing conflicts with other packages that...