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")
The community tab is the place to discuss and collaborate with the HF community!