Instructions to use apohllo/albert-xxl-squad-sentences with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use apohllo/albert-xxl-squad-sentences with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("apohllo/albert-xxl-squad-sentences") model = AutoModelForSequenceClassification.from_pretrained("apohllo/albert-xxl-squad-sentences") - Notebooks
- Google Colab
- Kaggle