Instructions to use NaturalAntibody/nanoBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NaturalAntibody/nanoBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="NaturalAntibody/nanoBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("NaturalAntibody/nanoBERT") model = AutoModelForMaskedLM.from_pretrained("NaturalAntibody/nanoBERT", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Nanobodies sequence
#1
by feima - opened
Hello,
Great job on your work. I am particularly interested in the humanization of nanobodies. As such, I would like to understand better or use as a reference the humanized nanobody that you have presented in Figure 2. Could you kindly provide the raw sequence of these nanobodies?