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