Instructions to use aws-ai/dse-roberta-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aws-ai/dse-roberta-large with Transformers:
# Load model directly from transformers import AutoTokenizer, PSCRoberta tokenizer = AutoTokenizer.from_pretrained("aws-ai/dse-roberta-large") model = PSCRoberta.from_pretrained("aws-ai/dse-roberta-large") - Notebooks
- Google Colab
- Kaggle