Instructions to use mlxen/electra-contrastdata-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mlxen/electra-contrastdata-squad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="mlxen/electra-contrastdata-squad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("mlxen/electra-contrastdata-squad") model = AutoModelForQuestionAnswering.from_pretrained("mlxen/electra-contrastdata-squad") - Notebooks
- Google Colab
- Kaggle
Training complete
Browse files
runs/Nov28_07-16-39_17dac73d0a5b/events.out.tfevents.1669619805.17dac73d0a5b.106.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb85a078f1476e8c8310b056aee39600e736c20e6a178dc5dd8f63c8ac357e94
|
| 3 |
+
size 14676
|