How to use DeepFoldProtein/Ankh-Large-Contrastive with Transformers:
# Load model directly from transformers import AutoTokenizer, AnkhCL tokenizer = AutoTokenizer.from_pretrained("DeepFoldProtein/Ankh-Large-Contrastive") model = AnkhCL.from_pretrained("DeepFoldProtein/Ankh-Large-Contrastive")
The community tab is the place to discuss and collaborate with the HF community!