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