Instructions to use groupappealslab/groupappeals_classifier_negative with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use groupappealslab/groupappeals_classifier_negative with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-classification", model="groupappealslab/groupappeals_classifier_negative")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("groupappealslab/groupappeals_classifier_negative", dtype="auto") - Notebooks
- Google Colab
- Kaggle