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