Instructions to use poooj/MPNetForClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use poooj/MPNetForClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="poooj/MPNetForClassification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("poooj/MPNetForClassification") model = AutoModelForSequenceClassification.from_pretrained("poooj/MPNetForClassification") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
bac4c81 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4a693a1a6cc37d322d124dbd4892d3870a5e39d0630289fe7095831a995a85aa
size 437975200
|