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 3000
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:796e930f61fae5429892e96610e6cf3a5689952d9e69ea9be4c82346ed4f18a1
|
| 3 |
size 265470032
|
runs/May26_14-07-56_434fed993d00/events.out.tfevents.1716732478.434fed993d00.35.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:0a94f02b59df4cd56d29d715da687e2155f4de82a3722d19e775c91ca062c757
|
| 3 |
+
size 6829
|