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