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