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")
The community tab is the place to discuss and collaborate with the HF community!