Instructions to use HiTZ/xlm-roberta-large-expl-extraction-multi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HiTZ/xlm-roberta-large-expl-extraction-multi with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="HiTZ/xlm-roberta-large-expl-extraction-multi")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("HiTZ/xlm-roberta-large-expl-extraction-multi") model = AutoModelForQuestionAnswering.from_pretrained("HiTZ/xlm-roberta-large-expl-extraction-multi") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
b3138a6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8d7b01f81ddc43a3505c6ca5a178aab24754594e05b22ceac90e85cc8c00340c
size 2424
|