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