Instructions to use dedebo/qa_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dedebo/qa_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="dedebo/qa_model")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("dedebo/qa_model") model = AutoModelForQuestionAnswering.from_pretrained("dedebo/qa_model") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Jan23_09-22-24_OTX-PF2FLCVF
- Jan23_09-26-09_OTX-PF2FLCVF
- Jan23_14-09-29_OTX-PF2FLCVF
- Jan23_16-12-54_OTX-PF2FLCVF
- Jan23_16-19-30_OTX-PF2FLCVF
- Jan23_16-39-09_OTX-PF2FLCVF
- Jan23_16-46-11_OTX-PF2FLCVF
- Jan23_16-49-22_OTX-PF2FLCVF
- Jan24_09-09-34_OTX-PF2FLCVF
- Jan24_09-14-14_OTX-PF2FLCVF
- Jan24_09-17-27_OTX-PF2FLCVF
- Jan24_09-20-24_OTX-PF2FLCVF
- Jan24_09-22-40_OTX-PF2FLCVF
- Jan24_09-25-00_OTX-PF2FLCVF
- Jan24_09-58-35_OTX-PF2FLCVF
- Jan24_10-11-22_OTX-PF2FLCVF
- Jan24_10-12-54_OTX-PF2FLCVF
- Jan24_10-14-44_OTX-PF2FLCVF