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