Instructions to use deepset/xlm-roberta-base-squad2-distilled with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use deepset/xlm-roberta-base-squad2-distilled with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="deepset/xlm-roberta-base-squad2-distilled")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("deepset/xlm-roberta-base-squad2-distilled") model = AutoModelForQuestionAnswering.from_pretrained("deepset/xlm-roberta-base-squad2-distilled") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 43ebb8d verified
Update README.md 3f1283a verified
Adding `safetensors` variant of this model (#5) 32d17e5
Update README.md 8ada643
Update README.md 2d70a8e
Update README.md 9276808
Update README.md 350a9ad
Update README.md af4e144
Update README.md a75ac21
Update README.md 36ec0f8
Update README.md 90a050c
Update README.md 2281c2c
Update README.md 9fdd591
Update README.md 26cd7db
Update README.md 75e1ff4
Create README.md b84ed2c
add model 28d5429
Ubuntu commited on
add model ef151ae
Ubuntu commited on