Instructions to use soroushXAI/distilbert-squad-qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use soroushXAI/distilbert-squad-qa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="soroushXAI/distilbert-squad-qa")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("soroushXAI/distilbert-squad-qa") model = AutoModelForQuestionAnswering.from_pretrained("soroushXAI/distilbert-squad-qa") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 0850f10 verified
Upload tokenizer.json f15bec4 verified
Upload config.json fb7b1be verified
Upload special_tokens_map.json 546bc57 verified
Upload tokenizer_config.json 4053df9 verified
Upload vocab.txt 1c2172a verified
initial commit 837e903 verified
soroush mohamadkhani commited on