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