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