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