Instructions to use DracolIA/Splinter-Context-based-QA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DracolIA/Splinter-Context-based-QA with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="DracolIA/Splinter-Context-based-QA")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("DracolIA/Splinter-Context-based-QA") model = AutoModelForQuestionAnswering.from_pretrained("DracolIA/Splinter-Context-based-QA") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
cc8b42c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a7d5168657c17fd72644b8a4ad879264cfe3534cd9c69524c02418c055ccd1d2
size 4856
|