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