Instructions to use daze-unlv/FacebookAI-xlm-roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use daze-unlv/FacebookAI-xlm-roberta-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("daze-unlv/FacebookAI-xlm-roberta-base") model = AutoModelForMultipleChoice.from_pretrained("daze-unlv/FacebookAI-xlm-roberta-base") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
8b2573a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:061ed5ccbb3402702d454e0e3a6a154b5c910c2d6f9d9971a0775835fc1b7103
size 4920
|