Instructions to use Eurosmart/distilbert-qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Eurosmart/distilbert-qa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Eurosmart/distilbert-qa")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Eurosmart/distilbert-qa") model = AutoModelForQuestionAnswering.from_pretrained("Eurosmart/distilbert-qa") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1500
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 265470032
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fac7c31f686725017e389bb6b8f0998e743bb32bc5c360dbd140a77269c02212
|
| 3 |
size 265470032
|
runs/May26_23-12-47_e0cf7a6de512/events.out.tfevents.1716765168.e0cf7a6de512.34.2
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:62f0d59fe0d2841a0609e296171717bdcf8d5ebebcbdfd364a6b7bf50e4278f7
|
| 3 |
+
size 5654
|