Instructions to use mjwong/e5-large-v2-mnli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mjwong/e5-large-v2-mnli with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-classification", model="mjwong/e5-large-v2-mnli")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("mjwong/e5-large-v2-mnli") model = AutoModelForSequenceClassification.from_pretrained("mjwong/e5-large-v2-mnli") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
e4f6962 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e16d97e5ac0b51258882f8e5202d6f6c2be114740d4afa5b09034793c87bea42
size 3567
|