How to use sec-classification/securebert_ft with Transformers:
# Load model directly from transformers import AutoTokenizer, RobertaForAverageSequenceClassification tokenizer = AutoTokenizer.from_pretrained("sec-classification/securebert_ft") model = RobertaForAverageSequenceClassification.from_pretrained("sec-classification/securebert_ft")
The community tab is the place to discuss and collaborate with the HF community!