Instructions to use hf-internal-testing/tiny-random-DebertaV2ForMultipleChoice with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-DebertaV2ForMultipleChoice with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("hf-internal-testing/tiny-random-DebertaV2ForMultipleChoice") model = AutoModelForMultipleChoice.from_pretrained("hf-internal-testing/tiny-random-DebertaV2ForMultipleChoice") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#22
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03f74f0dfc3be2e36012be4815ea0a278b37f052ad0520a4e11c4d58c840060e
|
| 3 |
+
size 16606696
|