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
Restore license quotes
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ language:
|
|
| 3 |
- en
|
| 4 |
tags:
|
| 5 |
- question-answering
|
| 6 |
-
license: apache-2.0
|
| 7 |
datasets:
|
| 8 |
- adversarial_qa
|
| 9 |
- mbartolo/synQA
|
|
|
|
| 3 |
- en
|
| 4 |
tags:
|
| 5 |
- question-answering
|
| 6 |
+
license: "apache-2.0"
|
| 7 |
datasets:
|
| 8 |
- adversarial_qa
|
| 9 |
- mbartolo/synQA
|