Instructions to use sec-classification/xlm_roberta_ft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
8d655fe | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3a56def25aa40facc030ea8b0b87f3688e4b3c39eb8b45d5702b3a1300fe2a20
size 17082734
|