How to use liwii/fc-binary-prompt-model with Transformers:
# Load model directly from transformers import AutoTokenizer, ConsistentSentenceClassifier tokenizer = AutoTokenizer.from_pretrained("liwii/fc-binary-prompt-model") model = ConsistentSentenceClassifier.from_pretrained("liwii/fc-binary-prompt-model")