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