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