Instructions to use hf-internal-testing/tiny-random-DebertaV2ForMaskedLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-DebertaV2ForMaskedLM with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="hf-internal-testing/tiny-random-DebertaV2ForMaskedLM")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("hf-internal-testing/tiny-random-DebertaV2ForMaskedLM") model = AutoModelForMaskedLM.from_pretrained("hf-internal-testing/tiny-random-DebertaV2ForMaskedLM") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
f2a89a7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e90a27eaaa5f1ea5fc2643c9e385db7b31657c3efbb6f2e395cfc47703603672
size 17119144
|