SimCSE: Simple Contrastive Learning of Sentence Embeddings
Paper โข 2104.08821 โข Published
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
This model provides simplified Chinese sentence embeddings encoding based on Simple Contrastive Learning. The pretrained model(Chinese RoBERTa WWM Ext) is used for token encoding.
Please use SentenceTransformer to load the model.
from sentence_transformers import SentenceTransformer
encoder = SentenceTransformer('cyclone/simcse-chinese-roberta-wwm-ext')