Instructions to use RyyDer/ELECTRA-Small_SQuAD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RyyDer/ELECTRA-Small_SQuAD with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="RyyDer/ELECTRA-Small_SQuAD")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("RyyDer/ELECTRA-Small_SQuAD") model = AutoModelForQuestionAnswering.from_pretrained("RyyDer/ELECTRA-Small_SQuAD") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 750
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 53957840
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66363fd327ed9fc950151f96543c2b372bb9328c30fa8b587cb4de83683108cb
|
| 3 |
size 53957840
|
runs/Feb22_11-33-59_2ceaed177e84/events.out.tfevents.1740224079.2ceaed177e84.1665.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:28bfde4dcd69c269b7050615825a7022f39c16c083689acd1224697048dfd198
|
| 3 |
+
size 5932
|