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