How to use anonymous15135/nsp-councilseg-en with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForNextSentencePrediction tokenizer = AutoTokenizer.from_pretrained("anonymous15135/nsp-councilseg-en") model = AutoModelForNextSentencePrediction.from_pretrained("anonymous15135/nsp-councilseg-en")
The community tab is the place to discuss and collaborate with the HF community!