Instructions to use ruanchaves/mdeberta-v3-base-assin-entailment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ruanchaves/mdeberta-v3-base-assin-entailment with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ruanchaves/mdeberta-v3-base-assin-entailment")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ruanchaves/mdeberta-v3-base-assin-entailment") model = AutoModelForSequenceClassification.from_pretrained("ruanchaves/mdeberta-v3-base-assin-entailment", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
d1097e2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6f06fc3bbcbbc8f07be861b9a6a69e177247bc549b2bcbf0483e4dd98c06b6f6
size 16331301
|