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 1000
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:54e90494800d8f0305073ac0e7c3bd19c51ca1ed548998f40f44613336108182
|
| 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:0ef1663c7bce5caf05abae7d06be7a46b865988bbcb205e6312d38f3e718b6e9
|
| 3 |
+
size 5172
|