Instructions to use sshleifer/tiny-distilbert-base-cased-distilled-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sshleifer/tiny-distilbert-base-cased-distilled-squad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="sshleifer/tiny-distilbert-base-cased-distilled-squad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("sshleifer/tiny-distilbert-base-cased-distilled-squad") model = AutoModelForQuestionAnswering.from_pretrained("sshleifer/tiny-distilbert-base-cased-distilled-squad") - Notebooks
- Google Colab
- Kaggle
Update tf_model.h5
Browse files- tf_model.h5 +3 -0
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2fb026c97b76e5afe12e6e2738c1de48abd3203a56ca9b16deffb9ec9cd45d6
|
| 3 |
+
size 292808
|