Instructions to use hf-internal-testing/tiny-random-DebertaV2Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-DebertaV2Model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="hf-internal-testing/tiny-random-DebertaV2Model")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("hf-internal-testing/tiny-random-DebertaV2Model") model = AutoModel.from_pretrained("hf-internal-testing/tiny-random-DebertaV2Model") - Notebooks
- Google Colab
- Kaggle
Upload tiny models for DebertaV2Model
Browse files- config.json +1 -1
- pytorch_model.bin +2 -2
- tf_model.h5 +2 -2
config.json
CHANGED
|
@@ -27,5 +27,5 @@
|
|
| 27 |
"torch_dtype": "float32",
|
| 28 |
"transformers_version": "4.28.0.dev0",
|
| 29 |
"type_vocab_size": 16,
|
| 30 |
-
"vocab_size":
|
| 31 |
}
|
|
|
|
| 27 |
"torch_dtype": "float32",
|
| 28 |
"transformers_version": "4.28.0.dev0",
|
| 29 |
"type_vocab_size": 16,
|
| 30 |
+
"vocab_size": 128001
|
| 31 |
}
|
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:f44f7570a3de30c077eec450856165dec079bdf53603d715da14bd9f7215fc6e
|
| 3 |
+
size 16619059
|
tf_model.h5
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:0753b25591f807550e93bb1c8eba4c3c2aa1e252a501857648610c1a73b1b3af
|
| 3 |
+
size 16705928
|