Instructions to use Eitanli/distilbert-qa-checkpoint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Eitanli/distilbert-qa-checkpoint with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Eitanli/distilbert-qa-checkpoint")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Eitanli/distilbert-qa-checkpoint") model = AutoModelForQuestionAnswering.from_pretrained("Eitanli/distilbert-qa-checkpoint", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
runs/Jul28_06-55-05_d406ef1197f3/events.out.tfevents.1690527315.d406ef1197f3.386.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:5c3a020686f3c545d3b2c3c73e8a953d02bdb71b536f98ff775efaf39aae1f68
|
| 3 |
+
size 7402
|