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