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