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