Korean Simple Contrastive Learning of Sentence Embeddings implementation using pytorch
KoSimCSE Korean Simple Contrastive Learning of Sentence Embeddings implementation using pytorch Installation git clone https://github.com/BM-K/KoSimCSE.git cd KoSimCSE git clone https://github.com/SKTBrain/KoBERT.git cd KoBERT pip install -r requirements.txt pip install . cd .. pip install -r requirements.txt Training – only supervised bash run_example.sh Pre-Trained Models Using BERT [CLS] token representation Pre-Trained model check point Performance Model Cosine Pearson Cosine Spearman Euclidean Pearson Euclidean Spearman Manhattan Pearson Manhattan Spearman Dot Pearson Dot Spearman KoSBERT_SKT* 78.81 78.47 77.68 77.78 77.71 77.83 75.75 75.22 KoSimCSE_SKT […]
Read more