Instructions to use ishan/bert-base-uncased-mnli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ishan/bert-base-uncased-mnli with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ishan/bert-base-uncased-mnli")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ishan/bert-base-uncased-mnli") model = AutoModelForSequenceClassification.from_pretrained("ishan/bert-base-uncased-mnli") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- a4d3d5363adf0c0db660926777c50aacd387dc0339d33368231ced67aba41343
- Size of remote file:
- 438 MB
- SHA256:
- 471fb2615bb190cecc9d3790950ac3a2e1f40d59a143d9ded4a56ea275792a42
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.