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