Instructions to use haritzpuerto/distilbert-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use haritzpuerto/distilbert-squad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="haritzpuerto/distilbert-squad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("haritzpuerto/distilbert-squad") model = AutoModelForQuestionAnswering.from_pretrained("haritzpuerto/distilbert-squad") - Notebooks
- Google Colab
- Kaggle
Commit History
Create README.md 0dfcf0c
Haritz Puerto commited on
add model a66b2ab
Haritz Puerto commited on
initial commit d37f22a
Haritz Puerto commited on