Instructions to use NaturalAntibody/human_heavy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NaturalAntibody/human_heavy with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="NaturalAntibody/human_heavy")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("NaturalAntibody/human_heavy") model = AutoModelForMaskedLM.from_pretrained("NaturalAntibody/human_heavy") - Notebooks
- Google Colab
- Kaggle
Model Card for heavy human transformer
The model is a heavy sequence specfic transformer to predict amino acids in a given position in a query sequence.
The model was trained on sequences:
Example usage: notebook.
For more information please contact: contact@naturalantibody.com
- Downloads last month
- 890