How to use GeneZC/bert-base-stsb with Transformers:
# Load model directly from transformers import AutoTokenizer, BertCls tokenizer = AutoTokenizer.from_pretrained("GeneZC/bert-base-stsb") model = BertCls.from_pretrained("GeneZC/bert-base-stsb")
The community tab is the place to discuss and collaborate with the HF community!