Instructions to use aware-ai/mobilebert-squadv2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aware-ai/mobilebert-squadv2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="aware-ai/mobilebert-squadv2")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("aware-ai/mobilebert-squadv2") model = AutoModelForQuestionAnswering.from_pretrained("aware-ai/mobilebert-squadv2") - Notebooks
- Google Colab
- Kaggle
Commit 路
a4a6193
1
Parent(s): 4bf184a
Create README.md (#2)
Browse files- Create README.md (78873df0a671c9a0413ced1e8870d189539dff66)
Co-authored-by: Muhammad Ali Abbas <m-aliabbas@users.noreply.huggingface.co>