Instructions to use ydshieh/tiny-random-DebertaForQuestionAnswering with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ydshieh/tiny-random-DebertaForQuestionAnswering with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="ydshieh/tiny-random-DebertaForQuestionAnswering")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("ydshieh/tiny-random-DebertaForQuestionAnswering") model = AutoModelForQuestionAnswering.from_pretrained("ydshieh/tiny-random-DebertaForQuestionAnswering") - Notebooks
- Google Colab
- Kaggle
Update tiny models for DebertaForQuestionAnswering
Browse files- pytorch_model.bin +1 -1
- tf_model.h5 +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 360778
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f08f7a1412058332f4494c2d68ea3d17ed3b88110fc4d6c26d3022e95cfd4d14
|
| 3 |
size 360778
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 441864
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:245ee8ab5d8c49bc1a7a1f82eb7027b0d7d794b6ccb9ba83d2a539bd5eb81dd9
|
| 3 |
size 441864
|