How to use BillBao/DiffCSE-DistilBert with Transformers:
# Load model directly from transformers import AutoTokenizer, DistillForCL tokenizer = AutoTokenizer.from_pretrained("BillBao/DiffCSE-DistilBert") model = DistillForCL.from_pretrained("BillBao/DiffCSE-DistilBert")
The community tab is the place to discuss and collaborate with the HF community!