Instructions to use arampacha/electra-base-inqg-span with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arampacha/electra-base-inqg-span with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="arampacha/electra-base-inqg-span")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("arampacha/electra-base-inqg-span") model = AutoModelForQuestionAnswering.from_pretrained("arampacha/electra-base-inqg-span") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
b7f8ce7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7bee92d3623db2011f8646ff2049b0e8e1a4ede67e25fa58cf6e4d56b896fe95
size 435658353
|