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