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