Instructions to use osiria/deberta-base-italian with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use osiria/deberta-base-italian with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="osiria/deberta-base-italian")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("osiria/deberta-base-italian") model = AutoModel.from_pretrained("osiria/deberta-base-italian", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
a63fb95 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:35d2b34e62f21c7051be5c080c9799c93491877cb10f2d963b7e2ebbbb70f0c7
size 496256115
|