Instructions to use Rakib/roberta-base-on-cuad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Rakib/roberta-base-on-cuad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Rakib/roberta-base-on-cuad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Rakib/roberta-base-on-cuad") model = AutoModelForQuestionAnswering.from_pretrained("Rakib/roberta-base-on-cuad", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
c017197 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:174c5a7c29ab087c853168ae3eed529e1aca3fd3bb662df0433994531450b2b7
size 2543
|