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: 129 Bytes
b7f8ce7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f4b4e85c86b6d88ad475b90c0fa2bec0ec839663adf4d02489f90cde66b9bb12
size 3055
|