Instructions to use galkinv42/deberta-nli-threeway-ru with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use galkinv42/deberta-nli-threeway-ru with Transformers:
# Load model directly from transformers import AutoTokenizer, DebertaV2ForSeqClsWithCL tokenizer = AutoTokenizer.from_pretrained("galkinv42/deberta-nli-threeway-ru") model = DebertaV2ForSeqClsWithCL.from_pretrained("galkinv42/deberta-nli-threeway-ru", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K