Instructions to use RyyDer/MiniLM-L6_SQuAD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RyyDer/MiniLM-L6_SQuAD with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="RyyDer/MiniLM-L6_SQuAD")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("RyyDer/MiniLM-L6_SQuAD") model = AutoModelForQuestionAnswering.from_pretrained("RyyDer/MiniLM-L6_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 90276408
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c6b587c43b84bdd00474578795bbbdb6376512e5ffc11741a698003b4c44638
|
| 3 |
size 90276408
|
runs/Feb20_14-48-43_7019d496fa0e/events.out.tfevents.1740062942.7019d496fa0e.238.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:13120fd34ed99a4334e4493f6891dadcf5ac57d0d77675a4fd6c74450b4c7338
|
| 3 |
+
size 5809
|