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: 135 Bytes
e4f6962 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ec4e33c1ffc14c59edd7dc3eb70df58890a8b51b2c005d0b5efe4ff30cd4ee9b
size 1340715821
|