How to use GleghornLab/copd_single with Transformers:
# Load model directly from transformers import AutoTokenizer, BertForSentenceSimilarity tokenizer = AutoTokenizer.from_pretrained("GleghornLab/copd_single") model = BertForSentenceSimilarity.from_pretrained("GleghornLab/copd_single")