Instructions to use rsml/bbertqa_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rsml/bbertqa_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="rsml/bbertqa_model")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("rsml/bbertqa_model") model = AutoModelForQuestionAnswering.from_pretrained("rsml/bbertqa_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
9036d5f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8b657713b100fe9373762b39baf1b5bb6d067749dbbccfd9b19609a711030d5d
size 265491109
|