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")
The community tab is the place to discuss and collaborate with the HF community!