Instructions to use MatteoFasulo/xlm-roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MatteoFasulo/xlm-roberta-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="MatteoFasulo/xlm-roberta-base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("MatteoFasulo/xlm-roberta-base") model = AutoModelForSequenceClassification.from_pretrained("MatteoFasulo/xlm-roberta-base") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
9bb22d2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:45b7a83d9cb4b80eb8ac053dd09d3375d95c386bbdb548484f10cdb0ffd4fdaf
size 5304
|