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
#2
by ydshieh HF Staff - opened
- 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:a5693adc9df22f1a48ad5069ea51972c1a8ea79cc0bb7d2ff993b34e16e3f099
|
| 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:74f8ac22b60c4f5fc28cf6015a35fd5dcdba0e80847ae0d461e504b12fd7ea70
|
| 3 |
size 441864
|