Instructions to use saattrupdan/electra-small-qa-da with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use saattrupdan/electra-small-qa-da with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="saattrupdan/electra-small-qa-da")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("saattrupdan/electra-small-qa-da") model = AutoModelForQuestionAnswering.from_pretrained("saattrupdan/electra-small-qa-da", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
7b6c42e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8862fa127550fd27427c9c3f712844a52123779aae80acab10da092ee3eaed68
size 54759597
|