Instructions to use hf-internal-testing/tiny-random-deberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-deberta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="hf-internal-testing/tiny-random-deberta")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("hf-internal-testing/tiny-random-deberta") model = AutoModel.from_pretrained("hf-internal-testing/tiny-random-deberta") - Notebooks
- Google Colab
- Kaggle
Commit ·
449491e
1
Parent(s): d0c46bd
v3
Browse files- pytorch_model.bin +2 -2
- 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
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:152378f79251005eed18931ec61f6c8364235eaa083f138150de41a9ec332835
|
| 3 |
+
size 501740
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14640620
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f62ebe1cc4296d83ca11d1ec35fd2ac480e6e1f7d98f9b6bd1ee4f7492fec68d
|
| 3 |
size 14640620
|