Instructions to use Kyrmasch/xml-roberta-model-qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kyrmasch/xml-roberta-model-qa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Kyrmasch/xml-roberta-model-qa")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Kyrmasch/xml-roberta-model-qa") model = AutoModelForQuestionAnswering.from_pretrained("Kyrmasch/xml-roberta-model-qa", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 9a2a6af9c918305729186f8ad7cbec7f192e2271e0297609d2d7399cad68ffc7
- Size of remote file:
- 17.1 MB
- SHA256:
- 167066c03829058ec15ff5404e54585316251e89eec3f758bced173717de5322
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.