Transformers How to use hellonlp/promcse-bert-base-zh with Transformers:
# Load model directly
from transformers import AutoTokenizer, BertForCL
tokenizer = AutoTokenizer.from_pretrained("hellonlp/promcse-bert-base-zh")
model = BertForCL.from_pretrained("hellonlp/promcse-bert-base-zh")