Instructions to use Eurosmart/distilbert-qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Eurosmart/distilbert-qa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Eurosmart/distilbert-qa")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Eurosmart/distilbert-qa") model = AutoModelForQuestionAnswering.from_pretrained("Eurosmart/distilbert-qa") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- May26_14-07-56_434fed993d00
- May26_14-27-19_434fed993d00
- May26_14-34-00_434fed993d00
- May26_14-58-19_c8682937ec43
- May26_15-05-27_c8682937ec43
- May26_15-12-16_c8682937ec43
- May26_15-26-57_c8682937ec43
- May26_22-56-52_e0cf7a6de512
- May26_23-12-47_e0cf7a6de512
- May30_08-03-02_59ddcd6afb7c
- May30_08-12-27_287a68817f89
- May30_08-13-26_579433d406c7