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