Instructions to use hf-internal-testing/tiny-random-deberta-v2 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-v2 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-v2")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("hf-internal-testing/tiny-random-deberta-v2") model = AutoModel.from_pretrained("hf-internal-testing/tiny-random-deberta-v2") - Notebooks
- Google Colab
- Kaggle
Commit ·
924b479
1
Parent(s): 563422e
v3
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 50146641
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6c4545e416434bf3c297a7ca0eadc1df52d8a66ea5d54b2281f4c27dbecffcf
|
| 3 |
size 50146641
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 537991512
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04836f5d563a2fe802cdb87556b105d61547e1f7a2767b10fa8b375576d3c88e
|
| 3 |
size 537991512
|