How to use liwii/fc-binary-unfrozen-model with Transformers:
# Load model directly from transformers import AutoTokenizer, ConsistentSentenceClassifier tokenizer = AutoTokenizer.from_pretrained("liwii/fc-binary-unfrozen-model") model = ConsistentSentenceClassifier.from_pretrained("liwii/fc-binary-unfrozen-model")
The community tab is the place to discuss and collaborate with the HF community!