How to use aws-ai/vascl-roberta-base with Transformers:
# Load model directly from transformers import AutoTokenizer, VaSCL_RoBERTa tokenizer = AutoTokenizer.from_pretrained("aws-ai/vascl-roberta-base") model = VaSCL_RoBERTa.from_pretrained("aws-ai/vascl-roberta-base")
The community tab is the place to discuss and collaborate with the HF community!