Question Answering
Transformers
PyTorch
Arabic
distilbert
Arabic Distilbert
arabic
question answering
knowledge distillation
Instructions to use arabi-elidrisi/ArabicDistilBERT_QA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arabi-elidrisi/ArabicDistilBERT_QA with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="arabi-elidrisi/ArabicDistilBERT_QA")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("arabi-elidrisi/ArabicDistilBERT_QA") model = AutoModelForQuestionAnswering.from_pretrained("arabi-elidrisi/ArabicDistilBERT_QA") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2 opened almost 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#1 opened almost 3 years ago
by
SFconvertbot